Running Java Server Pages (JSP) using Apache Tomcat Server in Windows 7

This video tutorial describes the process of running Java Server Pages or JSP programs using Apache Tomcat Server in Windows 7. This video does not describe how to write JSP programs, it only describes the process of running them. When Apache Tomcat Server is installed for the first time it does not contain the tools.jar file in its lib directory. This tools.jar file is needed to internally by the Apache Tomcat Server to compile any JSP file which can then be executed by the user. Please note that the programmer does not compile the JSP Program. The video below demonstrates the process of running Java Server Programs in Apache Tomcat Server in Windows 7.

In this tutorial we will look at how to run JSP programs in Apache Tomcat server on Windows-7.


Running JSP Programs in Windows 7

The complete practical tutorial can be found in the above video, with the sample program and all the detailed steps needed to run the JSP or Java Server Pages programs using Apache Tomcat Server on Windows-7.