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

Method setDocBase

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

Set the document root for this Context. This can be either an absolute pathname or a relative pathname. Relative pathnames are relative to the containing Host's appBase. @param docBase The new document root

(String docBase)

Source from the content-addressed store, hash-verified

416 * @param docBase The new document root
417 */
418 void setDocBase(String docBase);
419
420
421 /**

Callers 11

deployMethod · 0.95
addContextMethod · 0.95
addWebappMethod · 0.95
deployDescriptorMethod · 0.95
deployWARMethod · 0.95
deployDirectoryMethod · 0.95
reloadMethod · 0.95
lifecycleEventMethod · 0.95
lifecycleEventMethod · 0.65
fixDocBaseMethod · 0.65
antiLockingMethod · 0.65

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