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

Method init

java/org/apache/catalina/startup/Tomcat.java:406–408  ·  view source on GitHub ↗

Initialize the server given the specified configuration source. The server will be loaded according to the Tomcat configuration files contained in the source (server.xml, web.xml, context.xml, SSL certificates, etc). If no configuration source is specified, it will use the default locations for thes

(ConfigurationSource source)

Source from the content-addressed store, hash-verified

404 * @param source The configuration source
405 */
406 public void init(ConfigurationSource source) {
407 init(source, null);
408 }
409
410 /**
411 * Initialize the server given the specified configuration source. The server will be loaded according to the Tomcat

Callers 5

testStandaloneMethod · 0.95
testListenerMethod · 0.95
mainMethod · 0.95

Calls 5

setSourceMethod · 0.95
loadMethod · 0.95
getServerMethod · 0.95
getServerMethod · 0.95
initMethod · 0.65