From: markt Date: Wed, 9 Mar 2011 13:05:05 +0000 (+0000) Subject: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50893 X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=773ed6939f8a214b469273173c0d17307773c2aa;p=tomcat7.0 Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50893 Additional information for extras package git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1079781 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/res/welcome.bin.html b/res/welcome.bin.html index 8096de5e5..ac7247af7 100644 --- a/res/welcome.bin.html +++ b/res/welcome.bin.html @@ -64,13 +64,27 @@ RELEASE-NOTES and the RUNNING.txt file in the distribution for more details. 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.
+
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.
+
+
tomcat-juli-adapters.jar & tomcat-juli.jar
+
Full commons-logging implementation. See the + logging documentation for more information.
+
catalina-ws.jar
+
Web Services support (JSR 109). See the + extras documentation for more information.
+
catalina-jmx-remote.jar
+
JMX Remote Lifecycle Listener. See the + listeners documentation for details.
+
src/
apache-tomcat-[version].zip or .tar.gz
diff --git a/res/welcome.main.html b/res/welcome.main.html index 271afe564..dd6be13f6 100644 --- a/res/welcome.main.html +++ b/res/welcome.main.html @@ -64,13 +64,27 @@ RELEASE-NOTES and the RUNNING.txt file in the distribution for more details. 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.
+
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.
+
+
tomcat-juli-adapters.jar & tomcat-juli.jar
+
Full commons-logging implementation. See the + logging documentation for more information.
+
catalina-ws.jar
+
Web Services support (JSR 109). See the + extras documentation for more information.
+
catalina-jmx-remote.jar
+
JMX Remote Lifecycle Listener. See the + listeners documentation for details.
+
src/
apache-tomcat-[version].zip or .tar.gz
diff --git a/webapps/docs/changelog.xml b/webapps/docs/changelog.xml index fdb5197cb..556556e79 100644 --- a/webapps/docs/changelog.xml +++ b/webapps/docs/changelog.xml @@ -74,6 +74,10 @@ application when running under a security Manager and support a shared Manager installation when $CATALINA_HOME != CATALINA_BASE. (markt) + + 50893: Add additional information to the download README for + the extras components. (markt) + diff --git a/webapps/docs/extras.xml b/webapps/docs/extras.xml index 3c76cf9b6..65dfd8223 100644 --- a/webapps/docs/extras.xml +++ b/webapps/docs/extras.xml @@ -35,9 +35,9 @@

- 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. + A number of additional 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.

@@ -53,8 +53,9 @@

- The additional components are built using the extras.xml Ant - script which is present in the source bundle of Tomcat. + The additional components are built using the extras target + of the standard Tomcat Ant script which is present in the source bundle of + Tomcat.

The build process is the following:

@@ -104,6 +105,18 @@ + + +

+ The JMX protocol requires the JMX server (Tomcat in this instance) to listen + on two network ports. One of these ports can be fixed via configuration but + the second is selected randomly. This makes it difficult to use JMX through + a firewall. The JMX Remote Lifecycle Listener allows both ports to be fixed, + simplifying the process of connecting to JMX through a firewall. See the listeners page for usage instructions. +

+ +