How to start JBoss Server using Eclipse
Create Java Project running on JBoss using Eclipse:
- Start Eclipse, and click “File > New > Other…”.
- Click “File > New > Other…”.
- Select “Web > Dynamic Web Project”, and click “Next”.
-
Enter “HelloWorld” as Project Name, and click “Finish”.
- Create “index.html” in WebContent folder.
-
Edit index.html and fill up.<p>HelloWorld!!!</p>.
- Right click index.html, select “Run As > 1 Run on Server” to preview.
- You can preview using this URL, http://localhost:8080/HelloWorld/index.html.
No comments:
Post a Comment