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

Method getCatalinaHome

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

Returns the configured home (binary) directory. Note that home and base may be the same (and are by default). @return the configured home directory

()

Source from the content-addressed store, hash-verified

193 * @return the configured home directory
194 */
195 File getCatalinaHome();
196
197 /**
198 * Set the configured home (binary) directory. Note that home and base may be the same (and are by default).

Callers 4

getCatalinaHomeMethod · 0.95
initBaseDirMethod · 0.65
getCatalinaHomeMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected