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>