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

svn commit: r588865 - /geronimo/samples/trunk/samples/CustomerService/CustomerService-ear/pom.xml

Author: gawor
Date: Fri Oct 26 18:20:49 2007
New Revision: 588865

URL: http://svn.apache.org/viewvc?rev=588865&view=rev
Log:
set right context root

Modified:
    geronimo/samples/trunk/samples/CustomerService/CustomerService-ear/pom.xml

Modified: geronimo/samples/trunk/samples/CustomerService/CustomerService-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/samples/trunk/samples/CustomerService/CustomerService-ear/pom.xml?rev=588865&r1=588864&r2=588865&view=diff
==============================================================================
--- geronimo/samples/trunk/samples/CustomerService/CustomerService-ear/pom.xml (original)
+++ geronimo/samples/trunk/samples/CustomerService/CustomerService-ear/pom.xml Fri Oct 26 18:20:49 2007
@@ -78,7 +78,7 @@
                         <webModule>
                             <groupId>org.apache.geronimo.samples</groupId>
                             <artifactId>CustomerService-war</artifactId>
-                            <contextRoot>/CustomerService</contextRoot>
+                            <contextRoot>/service</contextRoot>
                             <bundleFileName>CustomerService-war-${version}.war</bundleFileName>
                         </webModule>
                     </modules>