How to run JSP program inEclipse?

Hi,

I am learning JSP. I want to run JSP in Eclipse.

How to run JSP program inEclipse?

Thanks

View Answers

May 11, 2017 at 12:29 AM

Hi,

Its easy to run JSP from the Eclipse. You have to make a dynamic web application in Eclipse and then write your JSP code in a JSP page.

After writing your JSP code save the file and from Eclipse run it in embedded tomcat server.

Check the tutorial: JSP Hello World example using Eclipse IDE and Tomcat web server

In the above tutorial you will find video instruction of running JSP code from Eclipse.

Thanks









Related Tutorials/Questions & Answers:
Advertisements