(Tomcat is a small and lightweight server, which is widely used in small and medium-sized systems and occasions where there are not many concurrent access users. It is the first choice for developing and debugging JSP programs. For a beginner, it can be thought that when the Apache server is configured on a machine, it can be used to respond to access requests to HTML pages. Actually the Tomcat part is an extension of the Apache server, but it runs independently, so when you run tomcat, it actually runs by itself as a separate process from Apache. The trick here is that when configured correctly, Apache serves HTML pages, while Tomcat actually runs JSP pages and servlets. In addition, Tomcat is the same as IIS, Apache and other Web servers, and has the function of managing HTML pages. In addition, it is still a Servlet and JSP container, and the independent Servlet container is the default mode of Tomcat. However, Tomcat is not as good at managing static HTML as the Apache server. ApacheTomcat5.x ApacheTomcat5.5.x and ApacheTomcat5.0.x have the same support for Servlet and JSP. Many serious fixes in the underlying code, resulting in improved performance, improved stability and overall cost This document includes the following attachments:
tomcat5.5\bin\bootstrap.jar
tomcat5.5\bin\catalina-tasks.xml
tomcat5.5\bin\catalina.bat
tomcat5.5\bin\catalina.sh
tomcat5.5\bin\commons-daemon.jar
tomcat5.5\bin\commons-logging-api-1.1.1.jar
tomcat5.5\bin\cpappend.bat
tomcat5.5\bin\digest.bat
tomcat5.5\bin\digest.sh
tomcat5.5\bin\jkstatus-tasks.xml
tomcat5.5\bin\jmxaccessor-tasks.xml
tomcat5.5\bin\jsvc.tar.gz
tomcat5.5\bin\service.bat
tomcat5.5\bin\setclasspath.bat
tomcat5.5\bin\setclasspath.sh
tomcat5.5\bin\shutdown.bat
tomcat5.5\bin\shutdown.sh
tomcat5.5\bin\startup.bat
tomcat5.5\bin\startup.sh
tomcat5.5\bin\tomcat-juli.jar
tomcat5.5\bin\tomcat-native.tar.gz
tomcat5.5\bin\tomcat5.exe
tomcat5.5\bin\tomcat5w.exe
tomcat5.5\bin\tool-wrapper.bat
tomcat5.5\bin\tool-wrapper.sh
tomcat5.5\bin\version.bat
tomcat5.5\bin\version.sh
tomcat5.5\common\i18n\tomcat-i18n-en.jar
tomcat5.5\common\i18n\tomcat-i18n-es.jar
tomcat5.5\common\i18n\tomcat-i18n-fr.jar
.....too many files .....)