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

Method stop

java/org/apache/catalina/startup/Tomcat.java:460–463  ·  view source on GitHub ↗

Stop the server. @throws LifecycleException Stop error

()

Source from the content-addressed store, hash-verified

458 * @throws LifecycleException Stop error
459 */
460 public void stop() throws LifecycleException {
461 getServer();
462 server.stop();
463 }
464
465
466 /**

Calls 2

getServerMethod · 0.95
stopMethod · 0.65