Registry / web-framework / tomcat-catalina

tomcat-catalina

JSON →
library11.0.22javamavenunverified

Core servlet engine classes and standard implementations for Apache Tomcat.

<dependency> <groupId>org.apache.tomcat</groupId> <artifactId>tomcat-catalina</artifactId> <version>11.0.22</version> </dependency>
INSTALL
IMPORT
SIG · TOMCAT-CATALINA
T
tomcat-catalina
web-frameworkjavav11.0.22
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Bootstrap
org.apache.catalina.startup.Bootstrap

Initialize and start an embedded Tomcat server using Bootstrap.

import org.apache.catalina.startup.Bootstrap; public class TomcatExample { public static void main(String[] args) throws Exception { Bootstrap bootstrap = new Bootstrap(); bootstrap.init(); bootstrap.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
11.0.22latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
tomcat-catalina — mvn dependency:get tomcat-catalina · libregistry