billbarker    2003/08/02 20:21:58

  Modified:    catalina/src/conf server.xml
  Log:
  Removing the Factory element in the default SSL configuration.
  
  Revision  Changes    Path
  1.21      +2 -3      jakarta-tomcat-catalina/catalina/src/conf/server.xml
  
  Index: server.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/conf/server.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- server.xml        29 Jul 2003 15:26:43 -0000      1.20
  +++ server.xml        3 Aug 2003 03:21:58 -0000       1.21
  @@ -100,9 +100,8 @@
       <Connector port="8443" 
                  maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
                  enableLookups="false" disableUploadTimeout="true"
  -               acceptCount="100" debug="0" scheme="https" secure="true">
  -      <Factory clientAuth="false" protocol="TLS" />
  -    </Connector>
  +               acceptCount="100" debug="0" scheme="https" secure="true"
  +               clientAuth="false" sSLprotocol="TLS" />
       -->
   
       <!-- Define a Coyote/JK2 AJP 1.3 Connector on port 8009 -->
  
  
  

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

Reply via email to