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

Method getCatalinaBase

java/org/apache/catalina/Server.java:180–180  ·  view source on GitHub ↗

Returns the configured base (instance) directory. If not set, the value from #getCatalinaHome() is used. Note that home and base may be the same (and are by default). @return the configured base directory

()

Source from the content-addressed store, hash-verified

178 * @return the configured base directory
179 */
180 File getCatalinaBase();
181
182 /**
183 * Set the configured base (instance) directory. Note that home and base may be the same (and are by default).

Callers 15

getCatalinaBaseMethod · 0.95
testListenerMethod · 0.65
testServletMethod · 0.65
testDeployMethod · 0.65
handleMethod · 0.65
getDirectoryFileMethod · 0.65
sendErrorPageMethod · 0.65
returnCanonicalPathMethod · 0.65
getAbsolutePathMethod · 0.65
getCatalinaBaseMethod · 0.65
getAppBaseFileMethod · 0.65
getLegacyAppBaseFileMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by 3

testListenerMethod · 0.52
testServletMethod · 0.52
testDeployMethod · 0.52