You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bi...@apache.org on 2003/08/03 05:21:58 UTC

cvs commit: jakarta-tomcat-catalina/catalina/src/conf server.xml

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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org