You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by Apache Wiki <wi...@apache.org> on 2005/05/27 21:38:11 UTC

[Geronimo Wiki] Trivial Update of "Tomcat" by jgenender

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 jgenender:
http://wiki.apache.org/geronimo/Tomcat

------------------------------------------------------------------------------
     A module builder is selected by uncommenting the Tomcat section in j2ee-runtime-deployer-plan.xml and commenting out Jetty section. Thus either TomcatModuleBuilder or JettyModuleBuilder gbean is created. When Tomcat is selected, it will only use geronimo-tomcat.xml file and invoke Tomcat container.  
  
   * What are the steps to disable Jetty and only have Tomcat?  I would imagine the majority of users would want to use one or the other, but not both? 
-     Tomcat can fully replace Jetty as a web container. All references to Jetty must be commented out.  Finally in the j2ee-deployer-plan.xml and j2ee-runtime-deployer-plane.xml, there is a GBean named !EJBBuilder.  Change the listener attribute to contain the following:
+     Tomcat can fully replace Jetty as a web container. All references to Jetty must be commented out.  Finally in the j2ee-deployer-plan.xml and j2ee-runtime-deployer-plane.xml, there is a GBean named {{{EJBBuilder}}}.  Change the listener attribute to contain the following:
  {{{
  <attribute name="listener">geronimo.server:J2EEApplication=null,J2EEModule=org/apache/geronimo/Server,J2EEServer=geronimo,j2eeType=GBean,name=TomcatWebContainer</attribute>
  }}}