Tomcat 5.5 and later binary core installation versions are no longer integrated with Tomcat administration Web
Application, which must be downloaded and installed independently. Tomcat 6.0.13 administration Web
The application is only contained in the source code package and does not have an independent installation package. After searching materials and multiple practices, we finally used Tomcat 5.5.23
The administration Web Application in Tomcat
The configuration is successful under 6.0.13. Write out the configuration process. If any error occurs, please advise. The process is as follows:
1. Download the admin application of Tomcat 5.5.23:
: Http://apache.mirror.phpchina.com/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23-admin.zip
Decompress apache-tomcat-5.5.23-admin.zip and copy the conf and server folders to the Tomcat 6.0.13 installation directory.
3. Download Apache commons modeler, logging component, unzip the commons-modeler-XXX.jar, commons-logging-XXX.jar copy to Tomcat 6.0.13 installation directory under the lib directory.
IV,
Restart Tomcat and enter http: // 127.0.0.1: 8080/admin in the browser.
The logon interface of the administration tool, that is, the installation is successful. If it fails, you can view Tomcat
6.0.13 check the log files in the logs directory under the installation directory (admin.2007-08-14.log) to see what is wrong.
1. commons-modeler:
Http://commons.apache.org/downloads/download_modeler.cgi
Http://apache.mirror.phpchina.com/commons/modeler/binaries/commons-modeler-2.0.1.zip
2. commons-logging:
Http://commons.apache.org/downloads/download_logging.cgi
Http://apache.mirror.phpchina.com/commons/logging/binaries/commons-logging-1.1.zip