You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cr...@locus.apache.org on 2000/11/29 19:02:05 UTC

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

craigmcc    00/11/29 10:02:02

  Modified:    src/doc  Tag: tomcat_32 index.html
  Added:       src/doc  Tag: tomcat_32 tomcat-ssl-howto.html
  Log:
  Add Henri Gomez's HOWTO on setting up Tomcat 3.2 with SSL.
  
  Submitted by:	Henri Gomez <hg...@slib.fr>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.2.5   +4 -2      jakarta-tomcat/src/doc/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat/src/doc/index.html,v
  retrieving revision 1.5.2.4
  retrieving revision 1.5.2.5
  diff -u -r1.5.2.4 -r1.5.2.5
  --- index.html	2000/11/17 20:50:05	1.5.2.4
  +++ index.html	2000/11/29 18:01:54	1.5.2.5
  @@ -1,7 +1,7 @@
   
   <html>
     <head>
  -    <!-- $Id: index.html,v 1.5.2.4 2000/11/17 20:50:05 glenn Exp $ -->
  +    <!-- $Id: index.html,v 1.5.2.5 2000/11/29 18:01:54 craigmcc Exp $ -->
       <!-- Copyright 1999, Apache Software Foundation -->
       <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
       <link rel="stylesheet" href="uguide/style.css">
  @@ -43,7 +43,9 @@
         - Use of a SecurityManager while running Tomcat can protect your server
         from Trojan servlets, JSPs, JSP beans, and tag libraries.</li>
       <li><a href="Tomcat-Workers-HowTo.html">Tomcat Workers</a> - How to work
  -      with &quot;Tomcat workers,&quot; and the worker.properties file.<br>
  +      with &quot;Tomcat workers,&quot; and the worker.properties file.</li>
  +    <li><a href="tomcat-ssl-howto.html">Tomcat and SSL</a> - Using SSL with
  +      Tomcat 3.2, including configuring web connectors.<br>
         &nbsp;&nbsp;</li>
     </ul>
   </li>
  
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +259 -0    jakarta-tomcat/src/doc/Attic/tomcat-ssl-howto.html