0 Replies Latest reply on Sep 9, 2015 7:24 AM by krishnabab

    How to modify context root as / for two different WAR files deployed in JBOSS EAP 6.3

    krishnabab

      Hi Team

      I have two WAR files deployed in my JBOSS EAP 6.3.

      Both (Test1.war and Test2.war) can be accessed using below urls.

      http://localhost:8080/Test1/test1.html

      http://localhost:8080/Test2/test2.html

       

      However I want to access their context root with / and like the below URLs ..is it possible ? if so how ?

      Don't want to merge both WARs into one WAR / EAR, wanted them to maintain as two different wars .

       

      http://localhost:8080/test1.html

      http://localhost:8080/test2.html

       

      Thanks

      Krishna