I have two war files moquiA.war and moquiB.war. Now I want to access different instances via different URLs say
http://localhost:8080/moquiA http://localhost:8080/moquiB
When tried deploying both wars, I was unsuccessful. Anyone tried this?
Additional Details:
I tried deploying a war file on Tomcat other than ROOT, still its is not working. After bit research I feel getPathInfoList (WebFacadeImpl.groovy) might be responsible for this.
Take a look at conf/server.xml:
You can nest elements within the element and have different ones corresponding to different virtual hosts, different appBase's etc.
enter link description here