================================================================= Setting up Java Servlet and JSP Environment With APACHE TOMCAT SERVER ================================================================= • Required tools o Jdk [eg. Jdk7.0] o Apache Tomcat Server [eg. Tomcat 7.0] [Note: This tutorial will work on Apache tomcat 7.0] [Note: Place your tomcat directory into C:\] [Note: Install the jdk into C:\Program files\] • Sitting up Java Environment o Install JDK o After successful installation find the “BIN” directory within installation directory [eg. C:\Program Files\Java\jdk1.6.0_26\bin]. Copy the full path and set the “PATH” environment variable as the copied ...