remm        2002/09/10 02:06:55

  Modified:    webapps/tomcat-docs index.xml project.xml
  Log:
  - Add visible links to the JK documentation.
  
  Revision  Changes    Path
  1.16      +11 -4     jakarta-tomcat-4.0/webapps/tomcat-docs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/index.xml,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- index.xml 8 Sep 2002 17:56:04 -0000       1.15
  +++ index.xml 10 Sep 2002 09:06:55 -0000      1.16
  @@ -47,6 +47,10 @@
       steps necessary to download Tomcat 4 source code (and the other packages
       that it depends on), and build a binary distribution from those sources.
       </li>
  +<li><a href="config/index.html"><strong>Server Configuration Reference</strong></a>
  +    - Reference manual that documents all available elements and attributes
  +      that may be placed into a Tomcat 4 <code>conf/server.xml</code> file.
  +    </li>
   </ul>
   
   </section>
  @@ -60,10 +64,9 @@
   <ul>
   <li><a href="cgi-howto.html"><strong>CGI HOW-TO</strong></a> - Configuring
       Tomcat to use CGI (Common Gateway Interface).</li>
  -<li><a href="config/index.html"><strong>Server Configuration Reference</strong></a>
  -    - Reference manual that documents all available elements and attributes
  -      that may be placed into a Tomcat 4 <code>conf/server.xml</code> file.
  -    </li>
  +<li><a href="config/connectors.html"><strong>Connectors List</strong></a>
  +    - List of the connectors (both HTTP and native webservers) available for
  +      use with Tomcat.</li>
   <li><a href="class-loader-howto.html"><strong>Class Loader HOW-TO</strong></a>
       - Information about class loading in Tomcat 4, including where to place
       your application classes so that they are visible.</li>
  @@ -71,6 +74,10 @@
       <strong>JNDI DataSource HOW-TO</strong></a>
       - Configuring a JNDI DataSoure with a dB connection pool.
       Examples for many popular databases.</li>
  +<li><a href="jk2/index.html"><strong>JK Documenation</strong></a>
  +    - Complete documentation and HOWTOs on the JK native webserver connector,
  +      used to interface Tomcat with servers like Apache HTTPd, IIS 
  +      and others.</li>
   <li><a href="jndi-resources-howto.html"><strong>JNDI Resources HOW-TO</strong></a>
       - Configuring standard and custom resources in the JNDI naming context
       that is provided to each web application.</li>
  
  
  
  1.18      +1 -0      jakarta-tomcat-4.0/webapps/tomcat-docs/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       10 Sep 2002 08:49:05 -0000      1.17
  +++ project.xml       10 Sep 2002 09:06:55 -0000      1.18
  @@ -30,6 +30,7 @@
           <item name="CGI HOW-TO"            href="cgi-howto.html"/>
           <item name="Class Loader HOW-TO"   href="class-loader-howto.html"/>
           <item name="Connectors List"       href="config/connectors.html"/>
  +        <item name="JK Documentation"      href="jk2/index.html"/>
           <item name="JNDI DataSource HOW-TO" 
                 href="jndi-datasource-examples-howto.html"/>
           <item name="JNDI Resources HOW-TO" href="jndi-resources-howto.html"/>
  
  
  

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

Reply via email to