mirror of https://github.com/apache/activemq.git
Use root context patch when running jetty:run
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@643936 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
11e742f003
commit
23612459c2
|
@ -62,6 +62,11 @@
|
|||
<maxIdleTime>60000</maxIdleTime>
|
||||
</connector>
|
||||
</connectors>
|
||||
|
||||
<webAppConfig>
|
||||
<contextPath>/</contextPath>
|
||||
</webAppConfig>
|
||||
|
||||
<systemProperties>
|
||||
<!-- enable easy connection to JConsole -->
|
||||
<systemProperty>
|
||||
|
|
Loading…
Reference in New Issue