You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dj...@apache.org on 2008/02/07 19:50:28 UTC

svn commit: r619562 - in /geronimo/server/trunk/plugins/tomcat/tomcat6: pom.xml src/main/plan/plan.xml

Author: djencks
Date: Thu Feb  7 10:50:25 2008
New Revision: 619562

URL: http://svn.apache.org/viewvc?rev=619562&view=rev
Log:
GERONIMO-3829 fix typo in plan, get Host info into config.xml

Modified:
    geronimo/server/trunk/plugins/tomcat/tomcat6/pom.xml
    geronimo/server/trunk/plugins/tomcat/tomcat6/src/main/plan/plan.xml

Modified: geronimo/server/trunk/plugins/tomcat/tomcat6/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/tomcat/tomcat6/pom.xml?rev=619562&r1=619561&r2=619562&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/tomcat/tomcat6/pom.xml (original)
+++ geronimo/server/trunk/plugins/tomcat/tomcat6/pom.xml Thu Feb  7 10:50:25 2008
@@ -183,6 +183,13 @@
                                     <attribute name="keystorePass">secret</attribute>
                                     <attribute name="keystoreType">JKS</attribute>
                                 </gbean>
+                                <gbean name="TomcatHost">
+                                    <attribute name="initParams">
+                                        name=${ServerHostname}
+                                        appBase=
+                                        workDir=work
+                                    </attribute>
+                                </gbean>
                             </config-xml-content>
                             <config-substitution key="HTTPPort">8080</config-substitution>
                             <config-substitution key="AJPPort">8009</config-substitution>

Modified: geronimo/server/trunk/plugins/tomcat/tomcat6/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/tomcat/tomcat6/src/main/plan/plan.xml?rev=619562&r1=619561&r2=619562&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/tomcat/tomcat6/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/plugins/tomcat/tomcat6/src/main/plan/plan.xml Thu Feb  7 10:50:25 2008
@@ -191,7 +191,7 @@
     <gbean name="TomcatHost" class="org.apache.geronimo.tomcat.HostGBean">
         <attribute name="className">org.apache.catalina.core.StandardHost</attribute>
         <attribute name="initParams">
-            name=${PlanServerHostname}
+            name=${ServerHostname}
             appBase=
             workDir=work
         </attribute>