I deployed a simple war file (vivek.war) that contains a simple index.jsp file successfully in Jboss-5.XX and Jboss-6.XX I just put the war file in server\default\deploy
And then went to localhost:8080/vivek/index.jsp , and everything was fine.
But similarly, for Jboss-as-7.1.1, I deployed the war file in standalone standalone\deployments and ran \bin\standalone.sh and then went to localhost:8080/Hello/index.jsp , did not display the file. it shows HTTP Status 404-/vivek/ (description The requested resource (/axis2/) is not available.) in the browser.
What is the procedure for deploying a simple war file on Jboss-as-7.1.1 and how can I get it in a browser.
If I have an idea, please help me?
Thanx
source share