You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2008/04/02 17:15:41 UTC

svn commit: r643936 - /activemq/trunk/activemq-web-console/pom.xml

Author: jstrachan
Date: Wed Apr  2 08:15:40 2008
New Revision: 643936

URL: http://svn.apache.org/viewvc?rev=643936&view=rev
Log:
Use root context patch when running jetty:run

Modified:
    activemq/trunk/activemq-web-console/pom.xml

Modified: activemq/trunk/activemq-web-console/pom.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/activemq-web-console/pom.xml?rev=643936&r1=643935&r2=643936&view=diff
==============================================================================
--- activemq/trunk/activemq-web-console/pom.xml (original)
+++ activemq/trunk/activemq-web-console/pom.xml Wed Apr  2 08:15:40 2008
@@ -62,6 +62,11 @@
               <maxIdleTime>60000</maxIdleTime>
             </connector>
           </connectors>
+          
+          <webAppConfig>
+            <contextPath>/</contextPath>
+          </webAppConfig>
+          
           <systemProperties>
             <!-- enable easy connection to JConsole -->
             <systemProperty>