Author: markt Date: Wed Mar 9 13:05:05 2011 New Revision: 1079781 URL: http://svn.apache.org/viewvc?rev=1079781&view=rev Log: Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=50893 Additional information for extras package
Modified: tomcat/trunk/res/welcome.bin.html tomcat/trunk/res/welcome.main.html tomcat/trunk/webapps/docs/changelog.xml tomcat/trunk/webapps/docs/extras.xml Modified: tomcat/trunk/res/welcome.bin.html URL: http://svn.apache.org/viewvc/tomcat/trunk/res/welcome.bin.html?rev=1079781&r1=1079780&r2=1079781&view=diff ============================================================================== --- tomcat/trunk/res/welcome.bin.html (original) +++ tomcat/trunk/res/welcome.bin.html Wed Mar 9 13:05:05 2011 @@ -64,13 +64,27 @@ RELEASE-NOTES and the RUNNING.txt file i wrapper and the compiled APR/native library for use with 64-bit JVMs on Itanium 64-bit Windows platforms.</dd> <dt>apache-tomcat-[version]-deployer.zip or .tar.gz</dt> - <dd>The standalone Tomcat Web Application Deployer.</dd> + <dd>The standalone + <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/deployer-howto.html"> + Tomcat Web Application Deployer</a>.</dd> <dt>apache-tomcat-[version]-fulldocs.tar.gz</dt> <dd>The Tomcat documentation bundle, including complete javadocs.</dd> </dl></dd> <dt><b>bin/extras/</b></dt> -<dd>Additional components. See - <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">documentation</a>.</dd> +<dd><dl> + <dt>tomcat-juli-adapters.jar & tomcat-juli.jar</dt> + <dd>Full commons-logging implementation. See the <a + href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/logging.html"> + logging documentation</a> for more information.</dd> + <dt>catalina-ws.jar</dt> + <dd>Web Services support (JSR 109). See the <a + href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html"> + extras documentation</a> for more information.</dd> + <dt>catalina-jmx-remote.jar</dt> + <dd>JMX Remote Lifecycle Listener. See the <a + href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/config/listeners.html"> + listeners documentation</a> for details.</dd> +</dl></dd> <dt><b>src/</b></dt> <dd><dl> <dt>apache-tomcat-[version].zip or .tar.gz</dt> Modified: tomcat/trunk/res/welcome.main.html URL: http://svn.apache.org/viewvc/tomcat/trunk/res/welcome.main.html?rev=1079781&r1=1079780&r2=1079781&view=diff ============================================================================== --- tomcat/trunk/res/welcome.main.html (original) +++ tomcat/trunk/res/welcome.main.html Wed Mar 9 13:05:05 2011 @@ -64,13 +64,27 @@ RELEASE-NOTES and the RUNNING.txt file i wrapper and the compiled APR/native library for use with 64-bit JVMs on Itanium 64-bit Windows platforms.</dd> <dt>apache-tomcat-[version]-deployer.zip or .tar.gz</dt> - <dd>The standalone Tomcat Web Application Deployer.</dd> + <dd>The standalone + <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/deployer-howto.html"> + Tomcat Web Application Deployer</a>.</dd> <dt>apache-tomcat-[version]-fulldocs.tar.gz</dt> <dd>The Tomcat documentation bundle, including complete javadocs.</dd> </dl></dd> <dt><b>bin/extras/</b></dt> -<dd>Additional components. See - <a href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html">documentation</a>.</dd> +<dd><dl> + <dt>tomcat-juli-adapters.jar & tomcat-juli.jar</dt> + <dd>Full commons-logging implementation. See the <a + href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/logging.html"> + logging documentation</a> for more information.</dd> + <dt>catalina-ws.jar</dt> + <dd>Web Services support (JSR 109). See the <a + href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/extras.html"> + extras documentation</a> for more information.</dd> + <dt>catalina-jmx-remote.jar</dt> + <dd>JMX Remote Lifecycle Listener. See the <a + href="http://tomcat.apache.org/tomcat-@VERSION_MAJOR_MINOR@-doc/config/listeners.html"> + listeners documentation</a> for details.</dd> +</dl></dd> <dt><b>src/</b></dt> <dd><dl> <dt>apache-tomcat-[version].zip or .tar.gz</dt> Modified: tomcat/trunk/webapps/docs/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/changelog.xml?rev=1079781&r1=1079780&r2=1079781&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/changelog.xml (original) +++ tomcat/trunk/webapps/docs/changelog.xml Wed Mar 9 13:05:05 2011 @@ -74,6 +74,10 @@ application when running under a security Manager and support a shared Manager installation when $CATALINA_HOME != CATALINA_BASE. (markt) </fix> + <fix> + <bug>50893</bug>: Add additional information to the download README for + the extras components. (markt) + </fix> </changelog> </subsection> <subsection name="Coyote"> Modified: tomcat/trunk/webapps/docs/extras.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/extras.xml?rev=1079781&r1=1079780&r2=1079781&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/extras.xml (original) +++ tomcat/trunk/webapps/docs/extras.xml Wed Mar 9 13:05:05 2011 @@ -35,9 +35,9 @@ <section name="Introduction"> <p> - 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. </p> </section> @@ -53,8 +53,9 @@ <section name="Building"> <p> - The additional components are built using the <code>extras.xml</code> Ant - script which is present in the source bundle of Tomcat. + The additional components are built using the <code>extras</code> target + of the standard Tomcat Ant script which is present in the source bundle of + Tomcat. </p> <p>The build process is the following:</p> @@ -104,6 +105,18 @@ </subsection> + <subsection name="JMX Remote Lifecycle Listener"> + + <p> + 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 <a + href="config/listeners.html">listeners</a> page for usage instructions. + </p> + + </subsection> </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org