Tomcat version apache-tomcat-7.0.68-windows-x64
1. Unzip the file into the Eclipse folder, this can be anywhere, personal habits
2.TOMCAT directory structure picture for theft diagram ...
3. Start Startup
4. Testing the Tomcat server
Open the browser, enter http://localhost:8080/, can display the following interface to indicate the successful installation.
Tomcat Startup FAQs
The reason why the Tomcat server does not start properly is generally the following two: 1, java_home environment variable setting problem
To double-click the Startup.bat file in the bin directory to start the Tomcat server, the first thing to do is to set the JAVA_HOME environment variable in Windows, because the Tomcat server starts with this java_home environment variable, If the JAVA_HOME environment variable does not exist in Windows, the Tomcat server cannot be started. 2. Port occupancy Issues
Because the Tomcat server starts with a default of 8080 port, if the 8080 port is occupied by another application, then the Tomcat server will not start properly, the phenomenon is that "the Tomcat server boot interface will print an exception error message, and then automatically shut down the "
Tomcat's settings