MCPcopy Index your code
hub / github.com/apache/tomcat / getConfigFile

Method getConfigFile

java/org/apache/catalina/startup/Catalina.java:200–202  ·  view source on GitHub ↗

Return the pathname to the server configuration file. @return the configuration file path

()

Source from the content-addressed store, hash-verified

198 * @return the configuration file path
199 */
200 public String getConfigFile() {
201 return configFile;
202 }
203
204
205 /**

Callers 1

parseServerXmlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected