MCPcopy Create free account
hub / github.com/apache/tomcat / getConfigBaseFile

Method getConfigBaseFile

java/org/apache/catalina/Host.java:83–83  ·  view source on GitHub ↗

Get the default configuration path of this Host. The file will be canonical if possible. @return the configuration base file

()

Source from the content-addressed store, hash-verified

81 * @return the configuration base file
82 */
83 File getConfigBaseFile();
84
85 /**
86 * Get the application root for this Host. This can be an absolute pathname, a relative pathname, or a URL.

Callers 11

storeMethod · 0.95
getHostConfigBaseMethod · 0.65
getConfigBaseNameMethod · 0.65
deployAppsMethod · 0.65
deployWARMethod · 0.65
deployDirectoryMethod · 0.65
isDeletableResourceMethod · 0.65
beforeStartMethod · 0.65
startMethod · 0.65

Implementers 2

TesterHosttest/org/apache/tomcat/unittest/Tester
StandardHostjava/org/apache/catalina/core/Standard

Calls

no outgoing calls