现在的位置: 首页 > 综合 > 正文

java 服务器之apache tomcat

2012年02月21日 ⁄ 综合 ⁄ 共 3844字 ⁄ 字号 评论关闭
文章目录

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


Apache Tomcat

Download

Documentation

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

Icon Name                            Last modified      Size  Description
[DIR]Parent Directory - [DIR]bin/ 03-Feb-2011 03:13 - [DIR]src/ 03-Feb-2011 03:13 - [   ]KEYS 03-Feb-2011 03:07 23K [   ]RELEASE-NOTES 03-Feb-2011 03:07 8.5K

Apache Tomcat 6.0.32

Useful references:

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-[version].zip or .tar.gz
Base distribution. These distributions do not include the Windows service wrapper nor the compiled APR/native library for Windows.
apache-tomcat-[version].exe
32-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-[version]-windows-x86.zip
32-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-[version]-windows-x64.zip
64-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-[version]-windows-i64.zip
64-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-[version]-deployer.zip or .tar.gz
The standalone Tomcat Web Application Deployer.
apache-tomcat-[version]-fulldocs.tar.gz
The Tomcat documentation bundle, including complete javadocs.
bin/extras/
Additional components. See documentation.
src/
apache-tomcat-[version].zip or .tar.gz
The 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

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.


抱歉!评论已关闭.