Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testStandalone
Method · 0.45
Calls
15
arguments
Method · 0.95
getServer
Method · 0.95
parseServerXml
Method · 0.95
getPortWithOffset
Method · 0.95
getAddress
Method · 0.95
getShutdown
Method · 0.95
getPort
Method · 0.95
getPortOffset
Method · 0.95
length
Method · 0.80
charAt
Method · 0.80
error
Method · 0.65
getString
Method · 0.65
Tested by
1
testStandalone
Method · 0.36