Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
/**
Callers
15
testShutdownBufferedMessages
Method · 0.95
doRequest
Method · 0.95
testValve
Method · 0.95
testTomcatRestartListenerCount_Bug56717
Method · 0.95
assertHttpOkOnAddress
Method · 0.95
testPropertyReplacement
Method · 0.95
doTestMultipleServerInstancesUsingTomcatNativeLibrary
Method · 0.95
testFlagFailCtxIfServletStartFails
Method · 0.95
testListener
Method · 0.95
testNotFoundRoleMappingFile
Method · 0.95
testBindOnInitFalseNoNPE
Method · 0.95
doHttp10Request
Method · 0.95
Calls
2
getServer
Method · 0.95
stop
Method · 0.65
Tested by
15
testShutdownBufferedMessages
Method · 0.76
doRequest
Method · 0.76
testValve
Method · 0.76
testTomcatRestartListenerCount_Bug56717
Method · 0.76
assertHttpOkOnAddress
Method · 0.76
testPropertyReplacement
Method · 0.76
doTestMultipleServerInstancesUsingTomcatNativeLibrary
Method · 0.76
testFlagFailCtxIfServletStartFails
Method · 0.76
testListener
Method · 0.76
testNotFoundRoleMappingFile
Method · 0.76
testBindOnInitFalseNoNPE
Method · 0.76
doHttp10Request
Method · 0.76