Author: rjung Date: Wed Mar 11 22:38:41 2009 New Revision: 752664 URL: http://svn.apache.org/viewvc?rev=752664&view=rev Log: BZ 46834: fix some broken links in documentation and add some missing ones.
Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/quick.xml tomcat/connectors/trunk/jk/xdocs/index.xml tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/quick.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/generic_howto/quick.xml?rev=752664&r1=752663&r2=752664&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/generic_howto/quick.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/generic_howto/quick.xml Wed Mar 11 22:38:41 2009 @@ -69,7 +69,7 @@ <section name="Minimum Apache web server configuration"> <p> Here is a minimum information about Apache configuration, a - complete documentation is available in <a href="apache.html">Apache HowTo</a>. + more complete <a href="../webserver_howto/apache.html">separate HowTo for Apache</a> is available. </p> <p> You should first have <b>mod_jk.so</b> (unix) or <b>mod_jk.dll</b> (Windows) installed @@ -143,16 +143,16 @@ <section name="Minimum IIS web server configuration"> <p> - A complete documentation is available in <a href="iis.html">IIS HowTo</a>. + A separate <a href="../webserver_howto/iis.html">HowTo for the IIS web server</a> is available. </p> <todo> More information to be added! </todo> </section> -<section name="Minimum NES/iPlanet web server configuration"> +<section name="Minimum NES/iPlanet/Sun web server configuration"> <p> - A complete documentation is available in <a href="nes.html">Netscape/iPlanet HowTo</a>. + A separate <a href="../webserver_howto/nes.html">HowTo for the Netscape/iPlanet/Sun web server</a> is available. <todo> More information to be added? </todo> Modified: tomcat/connectors/trunk/jk/xdocs/index.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/index.xml?rev=752664&r1=752663&r2=752664&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/index.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/index.xml Wed Mar 11 22:38:41 2009 @@ -108,6 +108,13 @@ </p> </li> +<li><a href="reference/status.html"><b>Status Worker</b></a> +<p> +The status worker is a builtin management worker. It displays state information +and can also be used to dynamically reconfigure JK. +</p> +</li> + <li><a href="reference/apache.html"><b>Apache</b></a> <p>This page contains detailed description of all directives related to Apache web server. @@ -144,6 +151,11 @@ <p>This page contains an introduction on load balancing with JK. </p> </li> +<li><a href="generic_howto/proxy.html"><b>Reverse Proxy</b></a> +<p>This page contains an introduction to reverse proxies, how JK +handles this situation and how you can influence the JK proxying behaviour. +</p> +</li> </ul> </section> @@ -190,12 +202,12 @@ </li> <li><a href="miscellaneous/changelog.html"><b>Changelog</b></a> <p> -The FAQ detail the changes made in each version of JK. +This page contains the detailed list of all changes made in each version of JK. </p> </li> -<li><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+5&component=Native%3AJK&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0="> -<b>Current Native:JK bugs</b></a> -<p>This is the Bugzilla Bug List related to Native:JK. +<li><a href="http://issues.apache.org/bugzilla/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&product=Tomcat+Connectors&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&keywords_type=allwords&keywords=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0="> +<b>Current Tomcat Connectors bugs</b></a> +<p>This is the Bugzilla Bug List related to Tomcat Connectors. </p> </li> <li><a href="miscellaneous/doccontrib.html"><b>Contribute documentation</b></a> @@ -203,9 +215,14 @@ This page describes, how to contribute to the JK documentation. </p> </li> -<li><a href="miscellaneous/tools.html"><b>Tools</b></a> +<li><a href="miscellaneous/jkstatustasks.html"><b>JK Status Ant Tasks</b></a> +<p> +This page describes ant tasks to automate JK management via the status worker. +</p> +</li> +<li><a href="miscellaneous/reporttools.html"><b>Reporting Tools</b></a> <p> -This page contains information, on some tool scripts contained in the Jk distribution. +This page contains information, on some report analysis scripts contained in the JK distribution. </p> </li> <li><a href="http://tomcat.apache.org/connectors-doc-archive/jk2/index.html"> Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml?rev=752664&r1=752663&r2=752664&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/changelog.xml Wed Mar 11 22:38:41 2009 @@ -44,6 +44,9 @@ <subsection name="Native"> <changelog> <fix> + <bug>46834</bug>: Docs: Fix a couple of missing or broken links. (rjung) + </fix> + <fix> Apache: JkWatchogInterval had wrong interval calculation causing a 10 times higher watchdog interval then configured. (mturk) </fix> Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml URL: http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml?rev=752664&r1=752663&r2=752664&view=diff ============================================================================== --- tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml (original) +++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/iis.xml Wed Mar 11 22:38:41 2009 @@ -45,7 +45,7 @@ <a href="../generic_howto/workers.html">Workers HowTo</a> document to learn how to setup the working entities between your web server and Tomcat Engines. For more detailed configuration information consult the Reference Guide for -<a href="../reference/worker.html">workers.properties</a>, +<a href="../reference/workers.html">workers.properties</a>, <a href="../reference/uriworkermap.html">uriworkermap</a> and <a href="../reference/iis.html">IIS</a>. </p> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org