Author: kkolinko Date: Wed Mar 3 13:16:55 2010 New Revision: 918461 URL: http://svn.apache.org/viewvc?rev=918461&view=rev Log: Add generated TOC, replacing manual TOC if it was present earlier
Modified: tomcat/trunk/webapps/docs/aio.xml tomcat/trunk/webapps/docs/apr.xml tomcat/trunk/webapps/docs/balancer-howto.xml tomcat/trunk/webapps/docs/building.xml tomcat/trunk/webapps/docs/cgi-howto.xml tomcat/trunk/webapps/docs/class-loader-howto.xml tomcat/trunk/webapps/docs/cluster-howto.xml tomcat/trunk/webapps/docs/connectors.xml tomcat/trunk/webapps/docs/default-servlet.xml tomcat/trunk/webapps/docs/extras.xml tomcat/trunk/webapps/docs/introduction.xml tomcat/trunk/webapps/docs/jasper-howto.xml tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml tomcat/trunk/webapps/docs/jndi-resources-howto.xml tomcat/trunk/webapps/docs/logging.xml tomcat/trunk/webapps/docs/maven-jars.xml tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml tomcat/trunk/webapps/docs/monitoring.xml tomcat/trunk/webapps/docs/proxy-howto.xml tomcat/trunk/webapps/docs/realm-howto.xml tomcat/trunk/webapps/docs/security-howto.xml tomcat/trunk/webapps/docs/security-manager-howto.xml tomcat/trunk/webapps/docs/setup.xml tomcat/trunk/webapps/docs/ssi-howto.xml tomcat/trunk/webapps/docs/ssl-howto.xml tomcat/trunk/webapps/docs/virtual-hosting-howto.xml tomcat/trunk/webapps/docs/windows-service-howto.xml Modified: tomcat/trunk/webapps/docs/aio.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/aio.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/aio.xml (original) +++ tomcat/trunk/webapps/docs/aio.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p> Modified: tomcat/trunk/webapps/docs/apr.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/apr.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/apr.xml (original) +++ tomcat/trunk/webapps/docs/apr.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p> Modified: tomcat/trunk/webapps/docs/balancer-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/balancer-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/balancer-howto.xml (original) +++ tomcat/trunk/webapps/docs/balancer-howto.xml Wed Mar 3 13:16:55 2010 @@ -32,12 +32,7 @@ <body> <section name="Table of Contents"> -<p> -<a href="#Using the JK 1.2.x native connector"> -Using the JK native connector</a><br /> -<a href="#Using Apache HTTP Server 2.x with mod_proxy"> -Using Apache HTTP Server 2.x and mod_proxy</a> -</p> +<toc/> </section> <section name="Using the JK 1.2.x native connector"> Modified: tomcat/trunk/webapps/docs/building.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/building.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/building.xml (original) +++ tomcat/trunk/webapps/docs/building.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p> Modified: tomcat/trunk/webapps/docs/cgi-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cgi-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/cgi-howto.xml (original) +++ tomcat/trunk/webapps/docs/cgi-howto.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p>The CGI (Common Gateway Interface) defines a way for a web server to Modified: tomcat/trunk/webapps/docs/class-loader-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/class-loader-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/class-loader-howto.xml (original) +++ tomcat/trunk/webapps/docs/class-loader-howto.xml Wed Mar 3 13:16:55 2010 @@ -30,6 +30,9 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> <section name="Overview"> Modified: tomcat/trunk/webapps/docs/cluster-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/cluster-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/cluster-howto.xml (original) +++ tomcat/trunk/webapps/docs/cluster-howto.xml Wed Mar 3 13:16:55 2010 @@ -30,12 +30,15 @@ <body> - <section name="Important Note"> <p><b>You can also check the <a href="config/cluster.html">configuration reference documentation.</a></b> </p> </section> +<section name="Table of Contents"> +<toc/> +</section> + <section name="For the impatient"> <p> Simply add <source><Cluster className="org.apache.catalina.ha.tcp.SimpleTcpCluster"/></source> Modified: tomcat/trunk/webapps/docs/connectors.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/connectors.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/connectors.xml (original) +++ tomcat/trunk/webapps/docs/connectors.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p>Choosing a connector to use with Tomcat can be difficult. This page will Modified: tomcat/trunk/webapps/docs/default-servlet.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/default-servlet.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/default-servlet.xml (original) +++ tomcat/trunk/webapps/docs/default-servlet.xml Wed Mar 3 13:16:55 2010 @@ -29,18 +29,8 @@ <body> -<section name="Introduction"> - -This discusses different ways to manipulate the default servlet. Topics are -<ul> - <li><a href="#what">What is the DefaultServlet?</a></li> - <li><a href="#where">Where is it declared?</a></li> - <li><a href="#change">What can I change?</a></li> - <li><a href="#dir">How do I customize directory listings?</a></li> - <li><a href="#secure">How do I secure directory listings?</a></li> - -</ul> - +<section name="Table of Contents"> +<toc/> </section> <section name="What is the DefaultServlet"> Modified: tomcat/trunk/webapps/docs/extras.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/extras.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/extras.xml (original) +++ tomcat/trunk/webapps/docs/extras.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p> A number of additional third party components may be used with Apache Modified: tomcat/trunk/webapps/docs/introduction.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/introduction.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/introduction.xml (original) +++ tomcat/trunk/webapps/docs/introduction.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,9 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> <section name="Introduction"> Modified: tomcat/trunk/webapps/docs/jasper-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jasper-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jasper-howto.xml (original) +++ tomcat/trunk/webapps/docs/jasper-howto.xml Wed Mar 3 13:16:55 2010 @@ -31,13 +31,7 @@ <body> <section name="Table of Contents"> -<p> -<a href="#Introduction">Introduction</a><br /> -<a href="#Configuration">Configuration</a><br /> -<a href="#Production Configuration">Production Configuration</a><br /> -<a href="#Web Application Compilation">Web Application Compilation</a><br /> -<a href="#Using Jikes">Using Jikes</a><br /> -</p> +<toc/> </section> <section name="Introduction"> Modified: tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml (original) +++ tomcat/trunk/webapps/docs/jndi-datasource-examples-howto.xml Wed Mar 3 13:16:55 2010 @@ -33,14 +33,7 @@ <body> <section name="Table of Contents"> -<p> -<a href="#Introduction">Introduction</a><br /> -<a href="#Database Connection Pool (DBCP) Configurations"> -Database Connection Pool (DBCP) Configurations</a><br /> -<a href="#Non DBCP Solutions">Non DBCP Solutions</a><br /> -<a href="#Oracle 8i with OCI client">Oracle 8i with OCI client</a><br /> -<a href="#Common Problems">Common Problems</a><br /> -</p> +<toc/> </section> <section name="Introduction"> Modified: tomcat/trunk/webapps/docs/jndi-resources-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/jndi-resources-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/jndi-resources-howto.xml (original) +++ tomcat/trunk/webapps/docs/jndi-resources-howto.xml Wed Mar 3 13:16:55 2010 @@ -30,6 +30,9 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> <section name="Introduction"> Modified: tomcat/trunk/webapps/docs/logging.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/logging.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/logging.xml (original) +++ tomcat/trunk/webapps/docs/logging.xml Wed Mar 3 13:16:55 2010 @@ -30,6 +30,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p> Tomcat uses Modified: tomcat/trunk/webapps/docs/maven-jars.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/maven-jars.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/maven-jars.xml (original) +++ tomcat/trunk/webapps/docs/maven-jars.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,9 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> <section name="Using Tomcat libraries With Maven"> <subsection name="Tomcat Snapshots"> Modified: tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml (original) +++ tomcat/trunk/webapps/docs/mbeans-descriptor-howto.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p>Tomcat uses JMX MBeans as the technology for implementing Modified: tomcat/trunk/webapps/docs/monitoring.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/monitoring.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/monitoring.xml (original) +++ tomcat/trunk/webapps/docs/monitoring.xml Wed Mar 3 13:16:55 2010 @@ -30,6 +30,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p>Monitoring is a key aspect of system administration. Looking inside a Modified: tomcat/trunk/webapps/docs/proxy-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/proxy-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/proxy-howto.xml (original) +++ tomcat/trunk/webapps/docs/proxy-howto.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,9 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> <section name="Introduction"> Modified: tomcat/trunk/webapps/docs/realm-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/realm-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/realm-howto.xml (original) +++ tomcat/trunk/webapps/docs/realm-howto.xml Wed Mar 3 13:16:55 2010 @@ -31,35 +31,8 @@ <body> - <section name="Table of Contents"> - -<p> -<a href="#Quick Start">Quick Start</a><br /> -<blockquote> -<a href="#What is a Realm?">What is a Realm?</a><br /> -<a href="#Configuring a Realm">Configuring a Realm</a><br /> -</blockquote> -<a href="#Common Features">Common Features</a><br /> -<blockquote> -<a href="#Digested Passwords">Digested Passwords</a><br /> -<a href="#Example Application">Example Application</a><br /> -<a href="#Manager Application">Manager Application</a><br /> -<a href="#Realm Logging">Logging Within Realms</a><br /> -</blockquote> -<a href="#Standard Realm Implementations"> -Standard Realm Implementations</a><br /> -<blockquote> -<a href="#JDBCRealm">JDBCRealm</a><br /> -<a href="#DataSourceRealm">DataSourceRealm</a><br /> -<a href="#JNDIRealm">JNDIRealm</a><br /> -<a href="#MemoryRealm">MemoryRealm</a><br /> -<a href="#JAASRealm">JAASRealm</a><br /> -<a href="#CombinedRealm">CombinedRealm</a><br /> -<a href="#LockOutRealm">LockOutRealm</a><br /> -</blockquote> -</p> - +<toc/> </section> <section name="Quick Start"> Modified: tomcat/trunk/webapps/docs/security-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/security-howto.xml (original) +++ tomcat/trunk/webapps/docs/security-howto.xml Wed Mar 3 13:16:55 2010 @@ -28,6 +28,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p>Tomcat is configured to be reasonable secure for must use cases by default. Some environments may require more, or less, secure configurations. @@ -99,7 +103,7 @@ <subsection name="Listeners"> <p>The APR Lifecycle Listener is not stable if compiled on Solaris using - gcc. It using the APR/native connector on Solaris, comppile it with the + gcc. It using the APR/native connector on Solaris, compile it with the Sun Studio compiler.</p> </subsection> @@ -150,7 +154,7 @@ necessary for Tomcat to be able to distinguish between secure and non-secure connections received by a proxy, the proxy must use separate connectors to pass secure and non-secure requests to Tomcat. If the - proxy uses AJP then the SSL attributes of the client conenction are + proxy uses AJP then the SSL attributes of the client connection are passed via the AJP protocol and separate connectors are not needed.</p> <p>The <strong>tomcatAuthentication</strong> attribute is used with the @@ -220,11 +224,11 @@ configured within each web application. Alternatively, the version number can be changed by creating the following file in CATALINA_HOME/lib/org/apache/catalina/util/ServerInfo.properties with the - content as follows: + content as follows:</p> <source> server.info=Apache Tomcat/7.0.x </source> - Modify the values as required. Note that this will also change the version + <p>Modify the values as required. Note that this will also change the version number reported in some of the management tools and may make it harder to determine the real version installed. The CATALINA_HOME/bin/version.bat|sh script will still report the version number.</p> @@ -239,7 +243,7 @@ tomcat-users.xml require a restart of Tomcat to take effect.</p> <p>The JDBCRealm is not recommended for production use as it single - threaded for all authentication and authorisation options. Use the + threaded for all authentication and authorization options. Use the DataSourceRealm instead.</p> <p>The UserDatabaseRealm is not intended for large-scale installations. It Modified: tomcat/trunk/webapps/docs/security-manager-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/security-manager-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/security-manager-howto.xml (original) +++ tomcat/trunk/webapps/docs/security-manager-howto.xml Wed Mar 3 13:16:55 2010 @@ -30,6 +30,9 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> <section name="Background"> Modified: tomcat/trunk/webapps/docs/setup.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/setup.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/setup.xml (original) +++ tomcat/trunk/webapps/docs/setup.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p> This document introduces several ways to set up Tomcat for running Modified: tomcat/trunk/webapps/docs/ssi-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssi-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/ssi-howto.xml (original) +++ tomcat/trunk/webapps/docs/ssi-howto.xml Wed Mar 3 13:16:55 2010 @@ -29,6 +29,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Introduction"> <p>SSI (Server Side Includes) are directives that are placed in HTML pages, Modified: tomcat/trunk/webapps/docs/ssl-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/ssl-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/ssl-howto.xml (original) +++ tomcat/trunk/webapps/docs/ssl-howto.xml Wed Mar 3 13:16:55 2010 @@ -30,6 +30,9 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> <section name="Quick Start"> Modified: tomcat/trunk/webapps/docs/virtual-hosting-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/virtual-hosting-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/virtual-hosting-howto.xml (original) +++ tomcat/trunk/webapps/docs/virtual-hosting-howto.xml Wed Mar 3 13:16:55 2010 @@ -28,6 +28,10 @@ <body> +<section name="Table of Contents"> +<toc/> +</section> + <section name="Assumptions"> <p> For the sake of this how-to, assume you have a development host with two Modified: tomcat/trunk/webapps/docs/windows-service-howto.xml URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/windows-service-howto.xml?rev=918461&r1=918460&r2=918461&view=diff ============================================================================== --- tomcat/trunk/webapps/docs/windows-service-howto.xml (original) +++ tomcat/trunk/webapps/docs/windows-service-howto.xml Wed Mar 3 13:16:55 2010 @@ -28,7 +28,11 @@ </properties> <body> - + +<section name="Table of Contents"> +<toc/> +</section> + <section name="Tomcat7 service application"> <p> <b>Tomcat7</b> is a service application for running Tomcat7 as NT service. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org