You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by jf...@apache.org on 2005/07/04 10:01:02 UTC

cvs commit: jakarta-tomcat-connectors/jk/xdocs/howto iis.xml index.xml nes.xml quick.xml

jfclere     2005/07/04 01:01:02

  Modified:    jk/xdocs/howto iis.xml index.xml nes.xml quick.xml
  Log:
  PR 32968 (arrange the links).
  
  Revision  Changes    Path
  1.3       +2 -2      jakarta-tomcat-connectors/jk/xdocs/howto/iis.xml
  
  Index: iis.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/iis.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- iis.xml	20 Dec 2004 09:34:37 -0000	1.2
  +++ iis.xml	4 Jul 2005 08:01:00 -0000	1.3
  @@ -420,7 +420,7 @@
   </p>
   
   <p>
  -More informations on using and configuring workers in the <a href="jk/workershowto.html">Workers HowTO</a>
  +More informations on using and configuring workers in the <a href="workers.html">Workers HowTO</a>
   </p>
   
   </subsection>
  
  
  
  1.3       +2 -3      jakarta-tomcat-connectors/jk/xdocs/howto/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	23 Feb 2005 08:10:20 -0000	1.2
  +++ index.xml	4 Jul 2005 08:01:00 -0000	1.3
  @@ -16,12 +16,11 @@
   <section name="Introduction">
   
   <p>This is the top-level entry point of the HowTo documentation bundle for the
  -<strong>Apache Jakarta Tomcat Connectors</strong> 
  +<strong>Apache Jakarta Tomcat Connectors</strong>.
   
   </p>
   <p>Select one of the links from the navigation menu (to the left) to drill
  -down to the more detailed documenation that is available.  Each available
  -manual is described in more detail below.</p>
  +down to the more detailed documentation that is available.</p>
   
   </section>
   
  
  
  
  1.3       +3 -3      jakarta-tomcat-connectors/jk/xdocs/howto/nes.xml
  
  Index: nes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/nes.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- nes.xml	24 Mar 2005 06:42:34 -0000	1.2
  +++ nes.xml	4 Jul 2005 08:01:01 -0000	1.3
  @@ -41,7 +41,7 @@
   </p>
   
   <p>
  -It is recommanded that you also read the <a href="jk/workershowto.html">Workers HowTo</a> document
  +It is recommanded that you also read the <a href="workers.html">Workers HowTo</a> document
   to learn how to setup the working entities between your WebServer and Tomcat Engines.
   </p>
   
  @@ -402,7 +402,7 @@
   </source>
   
   <p>
  -More informations on using and configuring workers in the <a href="jk/workershowto.html">Workers HowTO</a>
  +More informations on using and configuring workers in the <a href="workers.html">Workers HowTO</a>
   </p>
   </subsection>
   
  
  
  
  1.3       +4 -4      jakarta-tomcat-connectors/jk/xdocs/howto/quick.xml
  
  Index: quick.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/howto/quick.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- quick.xml	13 Apr 2005 12:17:07 -0000	1.2
  +++ quick.xml	4 Jul 2005 08:01:01 -0000	1.3
  @@ -49,7 +49,7 @@
   <section name="Minimum workers.properties">
   <p>
       Here is a minimum <b>workers.properties</b>, using just ajp13 to connect your Apache webserver
  -    to the Tomcat engine, complete documentation is available in <a href="jk/workershowto.html">Workers HowTo</a>. 
  +    to the Tomcat engine, complete documentation is available in <a href="workers.html">Workers HowTo</a>. 
   </p>
   <p>
   <source>
  @@ -73,7 +73,7 @@
   <section name="Minimum Apache WebServer configuration">
   <p>
      Here is a minimun informations about Apache configuration, a 
  -   complete documentation is available in <a href="jk/aphowto.html">Apache HowTo</a>.
  +   complete documentation is available in <a href="apache.html">Apache HowTo</a>.
   </p>
   <p>
   	You should first have <b>mod_jk.so</b> (unix) or <b>mod_jk.dll</b> (Windows) installed
  @@ -175,7 +175,7 @@
   
   <section name="Test your configuration">
   <p>
  -	(Re)start the Web server and browse to the <a>http://localhost/examples/</a>
  +	(Re)start the Web server and browse to the <a href="http://localhost/examples/">http://localhost/examples/</a>
   </p>
   
   </section>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org