You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/11/22 07:56:49 UTC

[activemq] branch main updated: [AMQ-9062] Fix Web-ContextPath with Pax Web 8.0.x

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new c563f6e35 [AMQ-9062] Fix Web-ContextPath with Pax Web 8.0.x
     new 75e6c5bdd Merge pull request #941 from jbonofre/AMQ-9062
c563f6e35 is described below

commit c563f6e35572d0d4a0b268190c1600c9e2441b62
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Nov 21 14:51:45 2022 +0100

    [AMQ-9062] Fix Web-ContextPath with Pax Web 8.0.x
---
 activemq-web-console/pom.xml | 2 +-
 activemq-web-demo/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/activemq-web-console/pom.xml b/activemq-web-console/pom.xml
index 1dfb2b347..a7a70471e 100644
--- a/activemq-web-console/pom.xml
+++ b/activemq-web-console/pom.xml
@@ -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>
diff --git a/activemq-web-demo/pom.xml b/activemq-web-demo/pom.xml
index 6a26d6799..aecff167b 100644
--- a/activemq-web-demo/pom.xml
+++ b/activemq-web-demo/pom.xml
@@ -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>