hgomez      2002/09/09 02:57:10

  Modified:    jk/xdocs/jk domhowto.xml neshowto.xml aphowto.xml
                        iishowto.xml
  Log:
  Add references to WorkersHowTo, a must read ;)
  
  Revision  Changes    Path
  1.2       +5 -0      jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml
  
  Index: domhowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/domhowto.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- domhowto.xml      5 Sep 2002 12:51:26 -0000       1.1
  +++ domhowto.xml      9 Sep 2002 09:57:10 -0000       1.2
  @@ -12,6 +12,11 @@
   </p>
   
   <p>
  +We recommand you to read also the <a href="jk/workershowto.html">Workers HowTo</a> 
document
  +to learn how to setup the working entities between your WebServer and Tomcat 
Engines.
  +</p>
  +
  +<p>
   Recent version of the Lotus Domino web server have had the ability to host Java 
servlets, 
   but at the time of writing the Domino servlet container uses JDK 1.2.2 and it is 
not (apparently) 
   possible to replace this with JDK 1.3. 
  
  
  
  1.2       +7 -0      jakarta-tomcat-connectors/jk/xdocs/jk/neshowto.xml
  
  Index: neshowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/neshowto.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- neshowto.xml      5 Sep 2002 08:38:50 -0000       1.1
  +++ neshowto.xml      9 Sep 2002 09:57:10 -0000       1.2
  @@ -10,11 +10,18 @@
   <p>
   This document explains how to set up Netscape web servers to cooperate with Tomcat. 
   </p>
  +
   <p>
   Normally the Netscape web servers come with their own Servlet engine, 
   but you can also configure them to send servlet and JSP requests to Tomcat 
   using the Tomcat redirector plugin.
   </p>
  +
  +<p>
  +We recommand you to read also the <a href="jk/workershowto.html">Workers HowTo</a> 
document
  +to learn how to setup the working entities between your WebServer and Tomcat 
Engines.
  +</p>
  +
   
   <subsection name="Document Conventions and Assumptions">
   <p>
  
  
  
  1.4       +8 -2      jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml
  
  Index: aphowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/aphowto.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- aphowto.xml       9 Sep 2002 09:15:36 -0000       1.3
  +++ aphowto.xml       9 Sep 2002 09:57:10 -0000       1.4
  @@ -10,8 +10,14 @@
   <p>
   This document explains how to connect Tomcat to the popular open source web server, 
Apache. 
   There is actually to version of Apache, 1.3 and 2.0 and both could used mod_jk, the 
Tomcat redirector
  -module
  +module.
   </p>
  +
  +<p>
  +We recommand you to read also the <a href="jk/workershowto.html">Workers HowTo</a> 
document
  +to learn how to setup the working entities between your WebServer and Tomcat 
Engines.
  +</p>
  +
   <p>
   This document was originally part of <b>Tomcat: A Minimalistic User's Guide</b> 
written by Gal Shachor, 
   but has been split off for organizational reasons. 
  @@ -36,7 +42,7 @@
   </p>
   <p>
   In all the examples in this document ${tomcat_home} will be <b>/var/tomcat3</b>.
  -A worker is defined to be a tomcat process that accepts work from the IIS server.
  +A <a href="jk/workershowto.html">worker</a> is defined to be a tomcat process that 
accepts work from the IIS server.
   </p>
   </subsection>
   
  
  
  
  1.2       +7 -0      jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml
  
  Index: iishowto.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/jk/iishowto.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- iishowto.xml      5 Sep 2002 08:38:50 -0000       1.1
  +++ iishowto.xml      9 Sep 2002 09:57:10 -0000       1.2
  @@ -10,11 +10,18 @@
   <p>
   This document explains how to set up IIS to cooperate with Tomcat. 
   </p>
  +
   <p>
   Normally IIS can not execute Servlets and Java Server Pages (JSPs), 
   configuring IIS to use the mod_jk redirector plugin will let IIS send servlet and 
   JSP requests to Tomcat (and this way, serve them to clients).
   </p>
  +
  +<p>
  +We recommand you to read also the <a href="jk/workershowto.html">Workers HowTo</a> 
document
  +to learn how to setup the working entities between your WebServer and Tomcat 
Engines.
  +</p>
  +
   
   <subsection name="Document Conventions and Assumptions">
   <p>
  
  
  

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

Reply via email to