MCPcopy 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

setUpMethod · 0.95
testServlet22NoELMethod · 0.95
testServlet23NoELMethod · 0.95
testServlet24NoELMethod · 0.95
testServlet25NoELMethod · 0.95
testServlet30NoELMethod · 0.95
testServlet31NoELMethod · 0.95
testServlet40NoELMethod · 0.95
testServlet50NoELMethod · 0.95
testServlet60NoELMethod · 0.95
testServlet61NoELMethod · 0.95

Calls 2

getServerMethod · 0.95
startMethod · 0.65

Tested by 15

setUpMethod · 0.76
testServlet22NoELMethod · 0.76
testServlet23NoELMethod · 0.76
testServlet24NoELMethod · 0.76
testServlet25NoELMethod · 0.76
testServlet30NoELMethod · 0.76
testServlet31NoELMethod · 0.76
testServlet40NoELMethod · 0.76
testServlet50NoELMethod · 0.76
testServlet60NoELMethod · 0.76
testServlet61NoELMethod · 0.76