Index: Tomcat.java =================================================================== --- Tomcat.java (revision 1715322) +++ Tomcat.java (working copy) @@ -340,6 +340,7 @@ */ public void start() throws LifecycleException { getServer(); + getEngine(); getConnector(); server.start(); }