Description: Tomcat is a small, lightweight application server, in the small and medium-sized systems and concurrent access to a user is not a lot of occasions to be commonly used in the development and debugging JSP is the preferred procedure. For a beginner, it can be such that when a machine configured Apache server, can use it to respond to requests for access to HTML pages. Tomcat is actually an extension of Apache server, but it is run independently, so when you run tomcat, it in fact as a separate process with Apache running alone.
File list (Check if you may need any files):
Tomcat6.0官方版
...............\tomcat6.0.14
...............\............\bin
...............\............\...\bootstrap.jar
...............\............\...\catalina-tasks.xml
...............\............\...\catalina.bat
...............\............\...\catalina.sh
...............\............\...\commons-daemon.jar
...............\............\...\cpappend.bat
...............\............\...\digest.bat
...............\............\...\digest.sh
...............\............\...\jsvc.tar.gz
...............\............\...\service.bat
...............\............\...\setclasspath.bat
...............\............\...\setclasspath.sh
...............\............\...\shutdown.bat
...............\............\...\shutdown.sh
...............\............\...\startup.bat
...............\............\...\startup.sh
...............\............\...\tomcat-juli.jar
...............\............\...\tomcat-native.tar.gz
...............\............\...\tomcat6.exe
...............\............\...\tomcat6w.exe
...............\............\...\tool-wrapper.bat
...............\............\...\tool-wrapper.sh
...............\............\...\version.bat
...............\............\...\version.sh
...............\............\conf
...............\............\....\catalina.policy
...............\............\....\catalina.properties
...............\............\....\context.xml
...............\............\....\logging.properties
...............\............\....\server.xml
...............\............\....\tomcat-users.xml
...............\............\....\web.xml
...............\............\lib
...............\............\...\annotations-api.jar
...............\............\...\catalina-ant.jar
...............\............\...\catalina-ha.jar
...............\............\...\catalina-tribes.jar
...............\............\...\catalina.jar
...............\............\...\el-api.jar
...............\............\...\jasper-el.jar
...............\............\...\jasper-jdt.jar
...............\............\...\jasper.jar
...............\............\...\jsp-api.jar
...............\............\...\servlet-api.jar
...............\............\...\tomcat-coyote.jar
...............\............\...\tomcat-dbcp.jar
...............\............\...\tomcat-i18n-es.jar
...............\............\...\tomcat-i18n-fr.jar
...............\............\...\tomcat-i18n-ja.jar
...............\............\LICENSE
...............\............\logs
...............\............\NOTICE
...............\............\RELEASE-NOTES
...............\............\RUNNING.txt
...............\............\temp
...............\............\....\safeToDelete.tmp
...............\............\webapps
...............\............\.......\005
...............\............\.......\...\index.jsp
...............\............\.......\...\META-INF
...............\............\.......\...\........\MANIFEST.MF
...............\............\.......\...\WEB-INF
...............\............\.......\...\.......\classes
...............\............\.......\...\.......\lib
...............\............\.......\...\.......\web.xml
...............\............\.......\Book
...............\............\.......\....\addcart.jsp
...............\............\.......\....\admin
...............\............\.......\....\.....\bookadd.jsp
...............\............\.......\....\.....\bookdel.jsp
...............\............\.......\....\.....\check.jsp
...............\............\.......\....\.....\error.html
...............\............\.......\....\.....\index.jsp
...............\............\.......\....\.....\login.jsp
...............\............\.......\....\.....\loginout.jsp
...............\............\.......\....\.....\userdel.jsp
...............\............\.......\....\.....\usermanage.jsp
...............\............\.......\....\bookinfo.jsp
...............\............\.......\....\booklist.jsp
...............\............\.......\....\change.jsp
...............\............\.......\....\changes.jsp
...............\............\.......\....\checklogon.jsp
............