First download Tomcat 6:
Http://yunpan.cn/cg5icf3dha4k3 extraction code 34c5
Then configure the environment variable:
Computer >>>> properties >>> advanced system settings >>> environment variables >>> add system environment variables:
Catalina_base value: Tomcat path
Catalina_home value: route a path
Open the path and check whether there is a semicolon. If not, add % catalina_home % \ Lib; % catalina_home % \ bin;
Start Service: Enter cmd and enter startup and press Enter. The Tomcat Java program will be started. Do not close it because this is the server background.
Then verify that the server is valid: Open the local address: http: // localhost: 8080/for verification: The following page appears:
So far, Tomcat server configuration is successful
Tomcat server installation, Environment configuration, Service Startup and verification --- shinepans