dream789 发表于 2015-8-10 10:05:15

java 服务器之apache tomcat

  官网地址:http://tomcat.apache.org/download-60.cgi









  Apache Tomcat


[*]Home
[*]Taglibs
  Download


[*]Which version?
[*]Tomcat 7.0
[*]Tomcat 6.0
[*]Tomcat 5.5
[*]Tomcat Connectors
[*]Tomcat Native
[*]Archives
  Documentation


[*]Tomcat 7.0
[*]Tomcat 6.0
[*]Tomcat 5.5
[*]Tomcat Connectors
[*]Tomcat Native
[*]Wiki
[*]Migration Guide

Index of /apache-mirror/tomcat/tomcat-6/v6.0.32

http://labs.renren.com/icons/blank.gif Name                            Last modified      SizeDescriptionhttp://labs.renren.com/icons/back.gif Parent Directory                                     -   
http://labs.renren.com/icons/folder.gif bin/                            03-Feb-2011 03:13    -   
http://labs.renren.com/icons/folder.gif src/                            03-Feb-2011 03:13    -   
http://labs.renren.com/icons/unknown.gif KEYS                            03-Feb-2011 03:07   23K
http://labs.renren.com/icons/unknown.gif RELEASE-NOTES                   03-Feb-2011 03:078.5K

Apache Tomcat 6.0.32
  Useful references:


[*]Release notes, with important information about known issues
[*]Changelog
  NOTE: The tar files in this distribution use GNU tar extensions, and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files.
  Tomcat 6.0 requires JRE 5.0 or later. Read the RELEASE-NOTES and the RUNNING.txt file in the distribution for more details.

Packaging Details (or "What Should I Download?")

bin/apache-tomcat-.zip or .tar.gzBase distribution. These distributions do not include the Windows service wrapper nor the compiled APR/native library for Windows.apache-tomcat-.exe32-bit/64-bit Windows installer for Tomcat.   Please note that while this distribution includes the vast majority of the base distribution, some of the command-line scripts for launching Tomcat are not included. This distribution is intended for those users planning to launch Tomcat through the Windows shortcuts or services.apache-tomcat--windows-x86.zip32-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native library for use with 32-bit JVMs on both 32 and 64 bit Windows platforms.apache-tomcat--windows-x64.zip64-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native library for use with 64-bit JVMs on x64 Windows platforms.apache-tomcat--windows-i64.zip64-bit Windows specific distribution that includes the Windows service wrapper and the compiled APR/native library for use with 64-bit JVMs on Itanium 64-bit Windows platforms.apache-tomcat--deployer.zip or .tar.gzThe standalone Tomcat Web Application Deployer.apache-tomcat--fulldocs.tar.gzThe Tomcat documentation bundle, including complete javadocs.bin/extras/Additional components. See documentation.src/apache-tomcat-.zip or .tar.gzThe source code. See building instructions.  Thank you for using Tomcat!.
  The Apache Tomcat Project
http://tomcat.apache.org/
  ####

Apache Tomcat 6.0

Additional Components




Table of Contents





[*]Introduction
[*]Downloading
[*]Building
[*]Components list
[*]Full commons-logging implementation
[*]Web Services support (JSR 109)










Introduction



  A number of additional third party components may be used with Apache Tomcat. These components may be built by users should they need them or they can be downloaded from one of the mirrors.









Downloading



  To down load the extras components open the Tomcat 6 download page and select "browse" from the Quick Navigation Links. The extras components can be found in bin/extras.









Building



  The additional components are built using the extras.xml Ant script which is present in the source bundle of Tomcat.
  The build process is the following:


[*]Follow the build instructions to build a Tomcat binary from the source bundle (note: it will be used by the build process of the additional components, but does not need to be actually used later on)
[*]Execute the command ant -f extras.xml to run the build script
[*]The additional components JARs will be placed in the output/extras folder
[*]Refer to the documentation below about the usage of these JARs









Components list







Full commons-logging implementation



  Tomcat uses a package renamed commons-logging API implementation which is hardcoded to use the java.util.logging API. The commons-logging additional component builds a full fledged package renamed commons-logging implementation which can be used to replace the implementation provided with Tomcat. See thelogging page for usage instructions.









Web Services support (JSR 109)



  Tomcat provides factories for JSR 109 which may be used to resolve web services references. Place the generated catalina-ws.jar as well as jaxrpc.jar and wsdl4j.jar (or another implementation of JSR 109) in the Tomcat lib folder.
  Users should be aware that wsdl4j.jar is licensed under CPL 1.0 and not the Apache License version 2.0.










  




页: [1]
查看完整版本: java 服务器之apache tomcat