Tagged Questions

0
votes
1answer
178 views

customize web application root context in apache

I have web application abc.war and I want to deploy it on Apache Tomcat. The problem is that, by default, the path to this application is http://<server-name>/abc but I want to access it as ...
0
votes
2answers
287 views

How can I install one Web Application in two context roots in JBoss 4?

My goal is to install only one WAR file but to use test or production settings (for example to point to different databases) depending on the context root. mydomain.com/MyWebApp will use production ...