File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JBoss and the fly likes jboss web application (WAR) deployment Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "jboss web application (WAR) deployment" Watch "jboss web application (WAR) deployment" New topic
Author

jboss web application (WAR) deployment

Bushra Binte
Ranch Hand

Joined: Nov 07, 2006
Posts: 60
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?

 
 
subject: jboss web application (WAR) deployment
 
Threads others viewed
getRequestDispatcher forwarding across applications
problem in seperate modules in struts
SSL configuration problem in Jboss 5.1.0
Sending data between two webapps
Ajax doubt - url in open method
IntelliJ Java IDE