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

Method setCatalinaBase

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

Set the configured base (instance) directory. Note that home and base may be the same (and are by default). @param catalinaBase the configured base directory

(File catalinaBase)

Source from the content-addressed store, hash-verified

185 * @param catalinaBase the configured base directory
186 */
187 void setCatalinaBase(File catalinaBase);
188
189
190 /**

Callers 2

initBaseDirMethod · 0.65
loadMethod · 0.65

Implementers 1

StandardServerjava/org/apache/catalina/core/Standard

Calls

no outgoing calls

Tested by

no test coverage detected