You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by la...@apache.org on 2001/02/09 05:21:28 UTC

cvs commit: jakarta-tomcat/src/doc tomcat-apache-howto.html

larryi      01/02/08 20:21:28

  Modified:    src/doc  tomcat-apache-howto.html
  Log:
  Minor updates and fix URLs.
  
  Revision  Changes    Path
  1.3       +14 -14    jakarta-tomcat/src/doc/tomcat-apache-howto.html
  
  Index: tomcat-apache-howto.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/tomcat-apache-howto.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- tomcat-apache-howto.html	2000/08/17 21:22:44	1.2
  +++ tomcat-apache-howto.html	2001/02/09 04:21:27	1.3
  @@ -1,7 +1,7 @@
   <html>
     <head>
  -    <!-- $Id: tomcat-apache-howto.html,v 1.2 2000/08/17 21:22:44 alex Exp $ -->
  -    <!-- Copyright 1999, Apache Software Foundation -->
  +    <!-- $Id: tomcat-apache-howto.html,v 1.3 2001/02/09 04:21:27 larryi Exp $ -->
  +    <!-- Copyright 1999-2001, Apache Software Foundation -->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <link rel="stylesheet" href="style.css">
       <title>Tomcat-Apache HOWTO</title>
  @@ -34,14 +34,14 @@
         considered a <b>work in progress</b>.  Since the Tomcat source
         tree is constantly changing, the information herein may be out
         of date.  The only definitive reference at this point is the <a
  -      href="http://jakarta.apache.org/downloads/sourceindex.html">source
  +      href="http://jakarta.apache.org/site/sourceindex.html">source
         code</a>.</p>
   
   	<p>
   	Other important documents: <ul>
   <li><a href="tomcat-ug.html">Tomcat User's Guide</a></li>
   <li><a href="mod_jk-howto.html">mod_jk HOWTO</a> [??? should be rolled into tomcat-apache howto]</li>
  -<li><a href="http://jakarta.apache.org/faq/faqindex.html">Tomcat FAQ</a></li>
  +<li><a href="http://jakarta.apache.org/site/faqs.html">Jakarta FAQ Page</a></li>
   </ul>
   
   <p>
  @@ -67,7 +67,7 @@
       Integration</a></h3>
   
       <p> Up until now we have not discussed Tomcat as a server add on,
  -        instead we have considered it as a <a href="#type_1"> stand-alone</a> container and discussed
  +        instead we have considered it as a <a href="tomcat-ug.html#type_1"> stand-alone</a> container and discussed
           how it can be used.&nbsp; There are however a few problems with this
           picture:
       <ol>
  @@ -95,7 +95,7 @@
       <blockquote>
         <p>This section isn't meant to be your one-stop shop for all troubles
         Tomcat, but a resource for stumbling blocks common to many first-time
  -      Tomcat'ers.&nbsp; See the <a href="#where_help">help section</a> for
  +      Tomcat'ers.&nbsp; See the <a href="tomcat-ug.html#where_help">help section</a> for
         additional links.</p>
       </blockquote>
       <h4>&nbsp;&nbsp;&nbsp; <a name="error_8007">http://webserver:8007/ gives a
  @@ -186,9 +186,9 @@
       </p>
   
       <p> When Tomcat starts up it will automatically generate a configuration
  -      file for Apache in <tt>TOMCAT_HOME/conf/tomcat-apache.conf</tt>. Most
  +      file for Apache in <tt>TOMCAT_HOME/conf/jserv/tomcat-apache.conf</tt>. Most
         of the time you don't need to do anything but include this file
  -      (appending "Include TOMCAT_HOME/conf/tomcat-apache.conf") in your
  +      (appending "Include TOMCAT_HOME/conf/jserv/tomcat-apache.conf") in your
         httpd.conf.  If you have special needs, for example an AJP port other
         the 8007, you can use this file as a base for  your customized
         configuration and save the results in another file.  If you manage
  @@ -196,9 +196,9 @@
         you add a new context.
       </p>
       <p>
  -      <b>Tomcat 3.1:</b> you must restart tomcat and apache after adding
  +      <b>Tomcat:</b> you must restart tomcat and apache after adding
         a new context; Apache doesn't support configuration changes without a
  -      restart. Also the file <tt>TOMCAT_HOME/conf/tomcat-apache.conf</tt> is 
  +      restart. Also the file <tt>TOMCAT_HOME/conf/jserv/tomcat-apache.conf</tt> is 
   	  generated when tomcat starts, so you'll need to start Tomcat before 
   	  Apache. Tomcat will overwrite <tt>TOMCAT_HOME/conf/tomcat-apache.conf</tt> 
   	  each startup so customized configuration should be kept elsewhere.
  @@ -324,7 +324,7 @@
         requests to Tomcat. For Apache, this adapter is a slightly modified version of
         mod_jserv.
       </p>
  -    <p> You may try to look <a href="http://jakarta.apache.org/downloads/binindex.html">
  +    <p> You may try to look <a href="http://jakarta.apache.org/site/binindex.html">
         here </a> and see if there is an already pre-built version of mod_jserv that
         suites your OS (Usually there is one for NT), however, being a native library you
         should not expect that yet (too many OS's, not enough developers, life
  @@ -337,7 +337,7 @@
         Building mod_jserv on <b>UNIX</b> involves the following:
       <ol>
         <li> Download the source distribution of Tomcat from
  -    <a href="http://jakarta.apache.org/downloads/sourceindex.html"> here</a>. </li>
  +    <a href="http://jakarta.apache.org/site/sourceindex.html"> here</a>. </li>
         <li> Uncompress it into some directory. </li>
         <li> Building the module:
       <ul>
  @@ -353,7 +353,7 @@
       perform the following:
       <ol>
         <li> Download the source distribution of Tomcat from
  -    <a href="http://jakarta.apache.org/downloads/sourceindex.html"> here</a>. </li>
  +    <a href="http://jakarta.apache.org/site/sourceindex.html"> here</a>. </li>
         <li> Unzip it into some directory. </li>
         <li> Building the module:
       <ul>
  @@ -872,7 +872,7 @@
         <tr>
           <td>
             <p class="fineprint">
  -            Copyright &copy;1999 The Apache Software Foundation<br>
  +            Copyright &copy;1999-2001 The Apache Software Foundation<br>
               <a href="http://jakarta.apache.org/legal.html">Legal Stuff They Make Us Say</a><br>
               <a href="http://jakarta.apache.org/contact.html">Contact Information</a> </p>
           </td>