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 2005/07/20 00:27:52 UTC

svn commit: r219787 - /geronimo/branches/v1_0_M4-QA/modules/assembly/src/plan/j2ee-deployer-plan.xml

Author: djencks
Date: Tue Jul 19 15:27:52 2005
New Revision: 219787

URL: http://svn.apache.org/viewcvs?rev=219787&view=rev
Log:
Missed something. Now this should allow offline deployment of pojo ws

Modified:
    geronimo/branches/v1_0_M4-QA/modules/assembly/src/plan/j2ee-deployer-plan.xml

Modified: geronimo/branches/v1_0_M4-QA/modules/assembly/src/plan/j2ee-deployer-plan.xml
URL: http://svn.apache.org/viewcvs/geronimo/branches/v1_0_M4-QA/modules/assembly/src/plan/j2ee-deployer-plan.xml?rev=219787&r1=219786&r2=219787&view=diff
==============================================================================
--- geronimo/branches/v1_0_M4-QA/modules/assembly/src/plan/j2ee-deployer-plan.xml (original)
+++ geronimo/branches/v1_0_M4-QA/modules/assembly/src/plan/j2ee-deployer-plan.xml Tue Jul 19 15:27:52 2005
@@ -274,6 +274,14 @@
         <attribute name="servletMappings">*.jsp,*.jspf,*.jspx,*.xsp</attribute>
     </gbean>
 
+    <!--
+    - Comment this section to deploy webapps to Apache Tomcat
+    -
+    -->
+    <gbean name="POJOTemplate" class="org.apache.geronimo.jetty.JettyPOJOWebServiceHolder">
+        <attribute name="servletName">dummy</attribute>
+    </gbean>
+
    <!--
    - Comment this section to deploy webapps to Apache Tomcat
    -