Installing the Tomcat
Majority of our website need to install tomcat as a server and tomcat will need a java application in order to run. If your computer already has java installed. However, make sure you have a recent version of java.
After setting the JAVA_HOME environment variable, you can install tomcat.
1. You just have to go to the Tomcat Web page.
2. Then you have to click on Binaries under the Download label on the left side of the page.
3. Scroll down until you see Tomcat 4.1.x. (x will be some number greater than 10).
4. Click on the link ending with exe (e.g. 4.1.27 exe).
5. Then we have to download and run the exe file.
6. I suggest to install Tomcat at the mentioned location c:\tomcat4
7. Use the default settings and provide a password that you will remember.
8. now assume that your tomcat are installed at c:\tomcat4
|