mirror of https://github.com/apache/activemq.git
[AMQ-9062] Fix Web-ContextPath with Pax Web 8.0.x
This commit is contained in:
parent
56d89303bd
commit
c563f6e355
|
@ -123,7 +123,7 @@
|
|||
</supportedProjectTypes>
|
||||
<instructions>
|
||||
<Webapp-Context>activemqweb</Webapp-Context>
|
||||
<Web-ContextPath>activemqweb</Web-ContextPath>
|
||||
<Web-ContextPath>/activemqweb</Web-ContextPath>
|
||||
<Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
|
||||
<Embed-Directory>WEB-INF/lib</Embed-Directory>
|
||||
<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
|
||||
|
|
|
@ -96,7 +96,7 @@
|
|||
</supportedProjectTypes>
|
||||
<instructions>
|
||||
<Webapp-Context>activemqdemo</Webapp-Context>
|
||||
<Web-ContextPath>activemqdemo</Web-ContextPath>
|
||||
<Web-ContextPath>/activemqdemo</Web-ContextPath>
|
||||
<Bundle-ClassPath>.,WEB-INF/classes</Bundle-ClassPath>
|
||||
<Embed-Directory>WEB-INF/lib</Embed-Directory>
|
||||
<Embed-Dependency>*;scope=compile|runtime</Embed-Dependency>
|
||||
|
|
Loading…
Reference in New Issue