I deployed a simple war file (Hello.war) which contains a simple index.jsp file successfully in JBOSS 5. I simply placed the war file in server\default\deploy
and then went to localhost:8080/Hello/index.jsp and everything was fine.
Similarly, for JBOSS 7, I deployed the war file in standalone standalone\deployments and started \bin\standalone.bat but localhost:8080/Hello/index.jsp does not display the file.
What is the procedure to deploy a simple war file on JBOSS 7?