You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by va...@apache.org on 2007/10/03 10:40:20 UTC

svn commit: r581529 - /geronimo/server/trunk/configs/jetty6/src/main/plan/plan.xml

Author: vamsic007
Date: Wed Oct  3 01:40:20 2007
New Revision: 581529

URL: http://svn.apache.org/viewvc?rev=581529&view=rev
Log:
GERONIMO-2964 Added a missing attribute which the original commit in rev 577801 shows as added!!

Modified:
    geronimo/server/trunk/configs/jetty6/src/main/plan/plan.xml

Modified: geronimo/server/trunk/configs/jetty6/src/main/plan/plan.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/configs/jetty6/src/main/plan/plan.xml?rev=581529&r1=581528&r2=581529&view=diff
==============================================================================
--- geronimo/server/trunk/configs/jetty6/src/main/plan/plan.xml (original)
+++ geronimo/server/trunk/configs/jetty6/src/main/plan/plan.xml Wed Oct  3 01:40:20 2007
@@ -41,6 +41,7 @@
 
     <!-- default WAR container using Jetty -->
     <gbean name="JettyWebContainer" class="org.apache.geronimo.jetty6.JettyContainerImpl">
+        <attribute name="jettyHome">var/jetty</attribute>
         <reference name="WebManager">
             <name>JettyWebManager</name>
         </reference>