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

Method start

java/org/apache/catalina/startup/UserConfig.java:382–390  ·  view source on GitHub ↗

Process a "start" event for this Host.

()

Source from the content-addressed store, hash-verified

380 * Process a "start" event for this Host.
381 */
382 private void start() {
383
384 if (host.getLogger().isDebugEnabled()) {
385 host.getLogger().debug(sm.getString("userConfig.start"));
386 }
387
388 deploy();
389
390 }
391
392
393 /**

Callers 1

lifecycleEventMethod · 0.95

Calls 5

deployMethod · 0.95
isDebugEnabledMethod · 0.65
getLoggerMethod · 0.65
debugMethod · 0.65
getStringMethod · 0.65

Tested by

no test coverage detected