Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/tomcat
/ start
Method
start
java/org/apache/catalina/startup/Tomcat.java:450–453 ·
view source on GitHub ↗
Start the server. @throws LifecycleException Start error
()
Source
from the content-addressed store, hash-verified
448
* @throws LifecycleException Start error
449
*/
450
public
void
start() throws LifecycleException {
451
getServer();
452
server.start();
453
}
454
455
/**
456
* Stop the server.
Callers
15
setUp
Method · 0.95
testExternalTaglibDependantUsesUri
Method · 0.95
testServlet22NoEL
Method · 0.95
testServlet23NoEL
Method · 0.95
testServlet24NoEL
Method · 0.95
testServlet25NoEL
Method · 0.95
testServlet30NoEL
Method · 0.95
testServlet31NoEL
Method · 0.95
testServlet40NoEL
Method · 0.95
testServlet50NoEL
Method · 0.95
testServlet60NoEL
Method · 0.95
testServlet61NoEL
Method · 0.95
Calls
2
getServer
Method · 0.95
start
Method · 0.65
Tested by
15
setUp
Method · 0.76
testExternalTaglibDependantUsesUri
Method · 0.76
testServlet22NoEL
Method · 0.76
testServlet23NoEL
Method · 0.76
testServlet24NoEL
Method · 0.76
testServlet25NoEL
Method · 0.76
testServlet30NoEL
Method · 0.76
testServlet31NoEL
Method · 0.76
testServlet40NoEL
Method · 0.76
testServlet50NoEL
Method · 0.76
testServlet60NoEL
Method · 0.76
testServlet61NoEL
Method · 0.76