Hi,Iam using jboss5.1.1 EAP(Previously,both the applications where running fine in tomcat5.0.28) and tried to deploy 2 applications app1 and app2.When i access app2 with url
http://localhost:8080/app2/public/login.jsf, context path aap2 changes to app1 as in
http://localhost:8080/aap1/public/login.jsf and the default login page loads.
Also when i undeploy app1 and try to access app2 ,after multiple submissions the request able to login and get to home page of app2.
Any idea why the context path is changing and why i need to submit request multiple times?