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

Method setConfigFile

java/org/apache/catalina/Context.java:176–176  ·  view source on GitHub ↗

Set the URL of the XML descriptor for this context. @param configFile The URL of the XML descriptor for this context.

(URL configFile)

Source from the content-addressed store, hash-verified

174 * @param configFile The URL of the XML descriptor for this context.
175 */
176 void setConfigFile(URL configFile);
177
178
179 /**

Callers 5

addWebappMethod · 0.95
deployDescriptorMethod · 0.95
deployWARMethod · 0.95
deployDirectoryMethod · 0.95
storeMethod · 0.95

Implementers 5

TesterContexttest/org/apache/tomcat/unittest/Tester
SelectorContextjava/org/apache/naming/SelectorContext
NamingContextjava/org/apache/naming/NamingContext.j
FailedContextjava/org/apache/catalina/startup/Faile
StandardContextjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected