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

Method load

java/org/apache/catalina/startup/Catalina.java:1100–1100  ·  view source on GitHub ↗

Load the server configuration into the specified Catalina instance. @param catalina The Catalina instance @throws Exception if an error occurs during loading

(Catalina catalina)

Source from the content-addressed store, hash-verified

1098 * @throws Exception if an error occurs during loading
1099 */
1100 void load(Catalina catalina) throws Exception;
1101 }
1102
1103

Callers 13

parseServerXmlMethod · 0.95
loadPropertiesMethod · 0.65
mainMethod · 0.65
loadPropertiesMethod · 0.65
lifecycleEventMethod · 0.65
lifecycleEventMethod · 0.65
processExpiresMethod · 0.65
loadSessionFromStoreMethod · 0.65
configureClientCertMethod · 0.65
configureCaCertMethod · 0.65
ServerInfoClass · 0.65

Implementers 15

TesterStoretest/org/apache/catalina/valves/TestPe
TesterManagertest/org/apache/catalina/session/Teste
TesterStoretest/org/apache/catalina/session/Teste
JspCompilationContextjava/org/apache/jasper/JspCompilationC
Utilsjava/org/apache/tomcat/buildutil/trans
Registryjava/org/apache/tomcat/util/modeler/Re
NoDescriptorRegistryjava/org/apache/tomcat/util/modeler/No
JAASMemoryLoginModulejava/org/apache/catalina/realm/JAASMem
Bootstrapjava/org/apache/catalina/startup/Boots
WebappServiceLoaderjava/org/apache/catalina/startup/Webap
Catalinajava/org/apache/catalina/startup/Catal
ClusterManagerBasejava/org/apache/catalina/ha/session/Cl

Calls

no outgoing calls

Tested by 1

configureClientCertMethod · 0.52