Wednesday, September 27, 2017

How to start JBoss Server using Eclipse

Software:
How to start JBoss Server using Eclipse:  
  1. Extract to D:\Program Files\jboss-5.1.0.GA
  2. Start Eclipse. 3. Click on “File > New > Other …”.
  3. Select “Server > Server”, and click “Next”.
  4. Select “JBoss > JBoss v5.0”, and click “Next”.
  5. Fill up below information and click “Finish”.
  6. Open “Server” view. Right click and select “Start”.
  7. Console will show server starting.
  8. Browse http://localhost:8080/, and you see JBoss Server started.
Others:
How to start JBoss Server using command line.
http://hiplab.mc.vanderbilt.edu/projects/soempi/jboss_startstop.html

No comments:

Post a Comment