I deploy each instance of the same application in a different context (configured in
jboss-web.xml) , e.g. Instance1-appl.war and Instance2-appl.war
jboss-web.xml:
| <jboss-web>
| <context-root>app/instance1/</context-root>
| <virtual-host>myhost</virtual-host>
| </jboss-web>
|
and
| <jboss-web>
| <context-root>app/instance2/</context-root>
| <virtual-host>myhost</virtual-host>
| </jboss-web>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3975071#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...