Dear Wiki user, You have subscribed to a wiki page or wiki category on "Geronimo Wiki" for change notification. The following page has been changed by AnitaKulshreshtha: http://wiki.apache.org/geronimo/Tomcat ------------------------------------------------------------------------------ http://localhost:8080 }}} - By default, Geronimo is set up with Jetty as the web deployer (!JettyModuleBuilder). When a webapp is deployed using !JettyModuleBuilder it will reference Jetty as a web container (in other, more technical, words - the plan contains a reference to !JettyContainer). A module builder chooses what container the webapp will be deployed to. To enable Apache Tomcat as a web container, it's necessary to enable !TomcatModuleBuilder (which will assign Apache Tomcat to the deployed webapps). It requires the building the server again. It's not yet possible to change the web container after the server is built. + By default, Geronimo is set up with Jetty as the web deployer (!JettyModuleBuilder). When a webapp is deployed using !JettyModuleBuilder it will reference Jetty as a web container (in other, more technical, words - the plan contains a reference to !JettyContainer). A module builder chooses what container the webapp will be deployed to. To enable Apache Tomcat as a web container, it's necessary to enable !TomcatModuleBuilder (which will assign Apache Tomcat to the deployed webapps). Which requires building the server again. '''NOTE''': The java.endorsed.dirs variable must be set on the java command line, or Tomcat will not start.