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

Method stopServer

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

Stop the currently running server instance.

()

Source from the content-addressed store, hash-verified

738 * Stop the currently running server instance.
739 */
740 public void stopServer() {
741 stopServer(null);
742 }
743
744 /**
745 * Stop the currently running server instance.

Callers 1

testStandaloneMethod · 0.45

Calls 15

argumentsMethod · 0.95
getServerMethod · 0.95
parseServerXmlMethod · 0.95
getPortWithOffsetMethod · 0.95
getAddressMethod · 0.95
getShutdownMethod · 0.95
getPortMethod · 0.95
getPortOffsetMethod · 0.95
lengthMethod · 0.80
charAtMethod · 0.80
errorMethod · 0.65
getStringMethod · 0.65

Tested by 1

testStandaloneMethod · 0.36