is it possible to deploy mutiple instance of same war so that it can be accessed by different context?
http:// localhost:7001/app1 points to --> app.war
http:// localhost:7001/app2 points to --> app.war
http:// localhost:7001/app3 points to --> app.war
I have to use Weblogic server which is a constraint. I know it works with Jetty but cannot use it though :-(