JBoss Community

How to deploy a simple war file on JBOSS 7 ?

created by Karthee Kholi in JBoss AS7 Development - View the full discussion

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?

Reply to this message by going to Community

Start a new discussion in JBoss AS7 Development at Community