mturk       2004/11/25 01:22:15

  Modified:    jk/xdocs index.xml
  Log:
  Add more links to documentation index
  
  Revision  Changes    Path
  1.21      +32 -12    jakarta-tomcat-connectors/jk/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml 18 Nov 2004 18:27:48 -0000      1.20
  +++ index.xml 25 Nov 2004 09:22:15 -0000      1.21
  @@ -51,17 +51,22 @@
   <br />
   <ul>
   <li><a href="config/workers.html"><b>Workers.properties Documentation</b></a>
  -<p>To be done! This section contains detail description of all 
workers.properties
  +<p>A Tomcat worker is a Tomcat instance that is waiting to execute servlets
  +on behalf of some web server. For example, we can have a web server such as 
Apache
  +forwarding servlet requests to a Tomcat process (the worker) running behind 
it. 
  +</p>
  +<p>This section contains detail description of all workers.properties
   directives.
   </p>
   </li>
   
  -<li><a href="config/apache1.html"><b>Apache Documentation</b></a>
  -<p>To be done! This section contains detail description of all Aapache 
directives.
  +<li><a href="config/apache.html"><b>Apache Documentation</b></a>
  +<p>This section contains detail description of all directives related to
  +Aapache web server. 
   </p>
   </li>
  -<li><a href="config/apache1.html"><b>IIS Documentation</b></a>
  -<p>To be done! This section contains detail description of all IIS 
directives.
  +<li><a href="config/iis.html"><b>IIS Documentation</b></a>
  +<p>This section contains detail description of all IIS directives.
   </p>
   </li>
   
  @@ -72,18 +77,20 @@
   <br />
   <ul>
   <li><a href="install/apache1.html"><b>Apache 1.3.x installation 
documentation</b></a>
  -<p>To be done! This section contains detail description of how to build and
  -install mod_jk for Apache 1.3.x web server.
  +<p>This section contains detail description of how to build and
  +install mod_jk for Apache 1.3.x web server. Browse to this section if you 
need to
  +build mod_jk for Apache 1.3.x web server from sources.
   </p>
   </li>
   <li><a href="install/apache2.html"><b>Apache 2.0.x installation 
documentation</b></a>
  -<p>To be done! This section contains detail description of how to build and
  -install mod_jk for Apache 2.0.x web server.
  +<p>This section contains detail description of how to build and
  +install mod_jk for Apache 2.0.x web server. Browse to this section if you 
need to
  +build mod_jk for Apache 2.0.x web server from sources.
   </p>
   </li>
   
   <li><a href="install/iis.html"><b>IIS installation documentation</b></a>
  -<p>To be done! This section contains detail description of how to build and
  +<p>This section contains detail description of how to build and
   install isapi_redirector for IIS web server.
   </p>
   </li>
  @@ -92,13 +99,26 @@
   </section>
   
   
  -<section name="Documentation">
  +<section name="Miscellaneous documentation">
   <br />
   <ul>
  +<li><a href="common/ajpv13a.html"><b>AJPv13 Protocol Documentation</b></a>
  +<p>This section describes the Apache JServ Protocol version 1.3 (hereafter
  +<b>ajp13</b>). There is, apparently, no current documentation of how the
  +protocol works. This document is an attempt to remedy that, in order to
  +make life easier for maintainers of JK, and for anyone who wants to
  +port the protocol to some other container. 
  +</p>
  +</li>
   <li><a href="howto/index.html"><b>HowTo Documentation</b></a>
  -<p>This section contains various howto documents
  +<p>This section contains various howto documents General Informations and 
FAQ about JK 
   </p>
   </li>
  +<li><a href="faq.html"><b>General Informations and FAQ about JK</b></a>
  +<p>
  +</p>
  +</li>
  +
   </ul>
   
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to