Creating JSP Page in Eclipse

How to create a JSP Page in Eclipse

Following steps required to create a JSP Page in Eclipse.

Step 1:– Open Eclipse and click on File –>New –>Dynamic Web Project.

 

Screenshot (15)

 

Step 2:– Give a name to your project and click on finish.

 

Screenshot (16)

 

Step 3:– You will see a name of project created on Project Explorer on Eclipse window.

 

Screenshot (22)

 

Step 4:-To create a new JSP file right click on Web Content directory, New -> JSP file.

 

Screenshot (18)

 

Step 5:- Give a name to your JSP file and click  on finish.

 

Screenshot (19)

 

Step 6:– Write something in your JSP file inside body tag.

 

Screenshot (20)

 

Step 7:- To run your project, right click on Project, select Run –> Run on Server.

 

Screenshot (21)

 

Step 8:- See the Output.

 

Screenshot (14)

One thought on “Creating JSP Page in Eclipse

Leave a comment