MCPcopy Index your code
hub / github.com/apache/tomcat / start

Method start

java/org/apache/catalina/Lifecycle.java:226–226  ·  view source on GitHub ↗

Prepare for the beginning of active use of the public methods other than property getters/setters and life cycle methods of this component. This method should be called before any of the public methods other than property getters/setters and life cycle methods of this component are utilized. The fol

()

Source from the content-addressed store, hash-verified

224 * used
225 */
226 void start() throws LifecycleException;
227
228
229 /**

Implementers 4

WebappClassLoaderBasejava/org/apache/catalina/loader/Webapp
LifecycleBasejava/org/apache/catalina/util/Lifecycl
TesterContexttest/org/apache/tomcat/unittest/Tester
TesterHosttest/org/apache/tomcat/unittest/Tester

Calls

no outgoing calls