multiple War files with one webapps
I have two war deployment testA.war and testB.war. I deploy them on JBoss Enterprise Application Platform (EAP 6.3).
-
In "http://localhost:8080/testA/DemoServlet" get request.getContextPath()=
-
In "http://localhost:8080/testB/DemoServlet" get request.getContextPath()=/DemoServlet
Why is it different?
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
