Hi,
I am trying to run the JSP and looking for the quick example that will teach me to run JSP program in Tomcat server step by step.
Share me tutorial for leaning JSP.
How to run JSP program in Tomcat server step by step?
Thanks
Hi,
JSP technologies is used in Java to make dynamic web program that runs on the Servlet container.
Example of most popular Servlet container is Tomcat.
You can use tomcat for running JSP pages.
For a beginner its easy to use Eclipse IDE and then develop JSP. You can use Eclipse for making and running JSP program in Tomcat server step by step from the IDE itself.
Step 1: Create dynamic web application in Eclipse
Step 2: Create JSP page in Eclipse
Step 3: Deploy and run it on Tomcat from Eclipse itself.
Check tutorial where you will find video instruction also:
JSP Hello World example using Eclipse IDE and Tomcat web server
Thanks
Ads