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 2010/09/28 21:30:27 UTC

svn commit: r1002334 - /geronimo/server/trunk/plugins/console/console-ear/pom.xml

Author: djencks
Date: Tue Sep 28 19:30:27 2010
New Revision: 1002334

URL: http://svn.apache.org/viewvc?rev=1002334&view=rev
Log:
use the same context root in the application.xml as in the plans

Modified:
    geronimo/server/trunk/plugins/console/console-ear/pom.xml

Modified: geronimo/server/trunk/plugins/console/console-ear/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/plugins/console/console-ear/pom.xml?rev=1002334&r1=1002333&r2=1002334&view=diff
==============================================================================
--- geronimo/server/trunk/plugins/console/console-ear/pom.xml (original)
+++ geronimo/server/trunk/plugins/console/console-ear/pom.xml Tue Sep 28 19:30:27 2010
@@ -61,13 +61,13 @@
                         <webModule>
                             <groupId>org.apache.geronimo.plugins</groupId>
                             <artifactId>console-portal-driver</artifactId>
-                            <contextRoot>/pluto</contextRoot>
+                            <contextRoot>/console</contextRoot>
                             <bundleFileName>portal-driver.war</bundleFileName>
                         </webModule>
                         <webModule>
                             <groupId>org.apache.geronimo.plugins</groupId>
                             <artifactId>console-base-portlets</artifactId>
-                            <contextRoot>/console</contextRoot>
+                            <contextRoot>/console-base</contextRoot>
                             <bundleFileName>base-portlets.war</bundleFileName>
                         </webModule>
                     </modules>