Deploy and load web project under Jboss

1. First create a simple web project in Myeclipse, only need to process index.jsp, and write "I am a Huanhuan, I hope jboss deployment is successful" in jsp;
2. Package the web project into a war file, and then Place it in the jboss-5.1.0.GA\server\default\deploy directory of jboss;
3. Start jboss, execute the run.bat command under jboss-5.1.0.GA\bin, and you can see in the startup console The web project is loaded;
4. Access the web project:
http://localhost:8080/project name The
page normally displays the expected content
jboss loads the web successfully

Guess you like

Origin http://10.200.1.11:23101/article/api/json?id=326941556&siteId=291194637