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

Method stopServer

java/org/apache/catalina/startup/Bootstrap.java:365–369  ·  view source on GitHub ↗

Stop the standalone server. @throws Exception Fatal stop error

()

Source from the content-addressed store, hash-verified

363 * @throws Exception Fatal stop error
364 */
365 public void stopServer() throws Exception {
366
367 Method method = catalinaDaemon.getClass().getMethod("stopServer", (Class<?>[]) null);
368 method.invoke(catalinaDaemon, (Object[]) null);
369 }
370
371
372 /**

Callers 1

mainMethod · 0.45

Calls 2

getMethodMethod · 0.65
invokeMethod · 0.65

Tested by

no test coverage detected