This integration is between hosting JBoss5.0 inside Eclipse Ganymede.
Please do the following software before continuing
There is a video to set up your eclipse and Jboss down below, which takes you through making a simple web application which prints hello world. The steps is quite similar in Windows and Linux.
Adding JBoss to eclipse:
Solution to solve JBoss integration
To change
"<archive path="${serverRootDirectory}/common/lib/mail.jar">" respectively
Also see the video which details out making a simple web application
After you follow the video the server should start up with no exceptions. Sometimes the server times out before starting.For this double click on server in Servers window and increase the timeout. Than hit the application from your browser using url http://localhost:8080/HelloWorld
(Please make sure your machine understands localhost or replace it with your machine name or ip)
Add new comment