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&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+5&amp;component=Native%3AJK&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;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&amp;short_desc_type=allwordssubstr&amp;short_desc=&amp;product=Tomcat+Connectors&amp;long_desc_type=substring&amp;long_desc=&amp;bug_file_loc_type=allwordssubstr&amp;bug_file_loc=&amp;keywords_type=allwords&amp;keywords=&amp;bug_status=NEW&amp;bug_status=ASSIGNED&amp;bug_status=REOPENED&amp;emailassigned_to1=1&amp;emailtype1=substring&amp;email1=&amp;emailassigned_to2=1&amp;emailreporter2=1&amp;emailcc2=1&amp;emailtype2=substring&amp;email2=&amp;bugidtype=include&amp;bug_id=&amp;votes=&amp;chfieldfrom=&amp;chfieldto=Now&amp;chfieldvalue=&amp;cmdtype=doit&amp;order=Reuse+same+sort+as+last+time&amp;field0-0-0=noop&amp;type0-0-0=noop&amp;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

Reply via email to