Step 1:
Installation of JDK:
Before beginning the process of installing Tomcat on your system, ensure first the availability of JDK on your system program directory. Install it on your system if not already installed (because any version of tomcat requires the Java 1.6 or higher versions)
1. set the class path (environment variable) of JDK. To set the JAVA_HOME Variable: you need to specify the location of the java run time environment to support the Tomcat else Tomcat server can not run. This variable contains the path of JDK installation directory.
2. set JAVA_HOME=C:\Program Files\Java\jdk1.6
Step 2:
For setting the class path variable for JDK, do like this: First, right click on the My Computer->properties->advance->Environment Variables->path. Now, set bin directory path of JDK in the path variable
Step 3:
The process of installing Tomcat 6.0 begins here from now. It takes various steps for installing and configuring the Tomcat 6.0. For Windows OS, Tomcat comes in two forms: .zip file and .exe file (the Windows installer file). Here we are exploring the installation process by using the .exe file.First unpack the zipped file and simply execute the '.exe' file