Creating a dynamic Web project using Eclipse

Developing a Hello World Web application

Creating a dynamic Web project using Eclipse:


  1. Launch Eclipse and Switch to Java EE perspective.
you can switch to java EE perspective with two may bellow :

yX Media - Monetize your website traffic with us
or 


Right click under the project explorer and select Dynamic Web Project as shown in the figure:







  • Adding a JSP to the project



Give the name as hello.jsp and select Next. Select Finish on the next screen


  • Modify the code of hello.jsp as follows:

  • Making hellp.jsp the welcome file


Run and deploy

Deploy the application on the server.







    Comments