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

Method setCatalinaHome

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

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

(File catalinaHome)

Source from the content-addressed store, hash-verified

200 * @param catalinaHome the configured home directory
201 */
202 void setCatalinaHome(File catalinaHome);
203
204
205 /**

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