0% found this document useful (0 votes)
7 views

Read TC1

This document provides information about building and running the Tomcat 4.1 Servlet/JSP Container. It describes the directory structure and files included in a Tomcat source distribution. It also provides instructions for building Tomcat from source and installing and running a binary distribution. Finally, it describes where to find nightly and release builds of Tomcat 4.1 on the Apache website.

Uploaded by

phaltu_
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
7 views

Read TC1

This document provides information about building and running the Tomcat 4.1 Servlet/JSP Container. It describes the directory structure and files included in a Tomcat source distribution. It also provides instructions for building Tomcat from source and installing and running a binary distribution. Finally, it describes where to find nightly and release builds of Tomcat 4.1 on the Apache website.

Uploaded by

phaltu_
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Radheshyam Chaturvedi

$Id: README.txt,v 1.20 2003/01/08 03:50:26 glenn Exp $

The Tomcat 4.1 Servlet/JSP Container ====================================

This subproject contains a server that conforms to the Servlet 2.3 and JSP 1.2 specifications from Java Software. It includes the following contents:

BUILDING.txt LICENSE README.txt RELEASE-NOTES-*.txt

Instructions for building from sources Apache Software License for this release This document Release Notes for this (and previous) releases

of Tomcat 4.1 RUNNING.txt Instructions for installing Tomcat, as well as starting and stopping the server bin/ common/ Binary executables and scripts Classes available to both Catalina internal classes and web applications: classes/ lib/ conf/ logs/ server/ classes/ Unpacked common classes Common classes in JAR files Configuration files Destination directory for log files Internal Catalina classes and their dependencies Unpacked classes (internal only)

lib/ shared/ classes/ lib/ webapps/

Classes packed in JAR files (internal only) Classes shared by all web applications Unpacked shared classes Shared classes in JAR files Base directory containing web applications included with Tomcat 4.1

work/

Scratch directory used by Tomcat for holding temporary files and directories

temp/

Directory used by JVM for temporary files (java.io.tmpdir)

If you wish to build the Tomcat server from a source distribution, please consult the documentation in "BUILDING.txt".

If you wish to install and run a binary distribution of the Tomcat server, please consult the documentation in "RUNNING.txt".

Acquiring Tomcat 4.1 Releases =============================

Nightly Builds --------------

Nightly Builds of Tomcat 4.1 are built from the most recent CVS sources each

evening (Pacific Time). The filename of the downloadable file includes the date it was created (in YYYYMMDD format). These builds are available at:

Binary: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/ Source: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/nightly/src/

Release Builds --------------

Release Builds of Tomcat 4.1 are created and released periodically, and announced to the interested mailing lists. Each release build resides in its own directories. For example, the Tomcat 4.1.18 release is available at:

Binary: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/bin/ Source: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/src/

You might also like