You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/09/12 22:05:12 UTC

svn commit: r575057 - /geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml

Author: dwoods
Date: Wed Sep 12 13:05:12 2007
New Revision: 575057

URL: http://svn.apache.org/viewvc?rev=575057&view=rev
Log:
Add basic TomcatEngine GBean definition, so its easier for users to setup web-tier clustering.

Modified:
    geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml

Modified: geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml?rev=575057&r1=575056&r2=575057&view=diff
==============================================================================
--- geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml (original)
+++ geronimo/server/branches/2.0/assemblies/geronimo-tomcat6-jee5/src/main/resources/var/config/config.xml Wed Sep 12 13:05:12 2007
@@ -110,10 +110,15 @@
     <module name="org.apache.geronimo.configs/myfaces/${version}/car"/>
 
     <module name="org.apache.geronimo.configs/tomcat6/${version}/car">
-        <!-- To disable accesslogging uncomment the following lines
         <gbean name="TomcatEngine">
+            <attribute name="initParams">
+                name=Geronimo
+            </attribute>
+            <!-- To disable accesslogging uncomment the following line
             <reference name="TomcatValveChain" />
+            -->
         </gbean>
+        <!-- To disable accesslogging uncomment the following line
         <gbean name="FirstValve" load="false"></gbean>
         -->
         <gbean name="TomcatResources"/>