Tagged Questions

0
votes
2answers
302 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 ...