Hi There is no concept of "definitive", only "valid".
Look at the connector reference for 5.0 and make your mind up about what suits your needs. The SSL specific attributes are also on this page. http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/http.html Cheers! Allistair > -----Original Message----- > From: Pawson, David [mailto:[EMAIL PROTECTED] > Sent: 01 December 2004 11:54 > To: [EMAIL PROTECTED] > Subject: ssl configuration. 5.0.28 > > > server.xml shows > > <!-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> > <!-- > <Connector port="8443" > maxThreads="150" minSpareThreads="25" > maxSpareThreads="75" > enableLookups="false" disableUploadTimeout="true" > acceptCount="100" debug="0" scheme="https" > secure="true" > clientAuth="false" sslProtocol="TLS" /> > --> > > > %catalina-home%/webapps/tomcat-docs/ssl-howto.html > > shows > > > > <-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> > <!-- > <Connector className="org.apache.coyote.tomcat5.CoyoteConnector" > port="8443" minProcessors="5" maxProcessors="75" > enableLookups="true" disableUploadTimeout="true" > acceptCount="100" debug="0" scheme="https" secure="true"; > clientAuth="false" sslProtocol="TLS"/> > --> > > Nothing found in 2.3 spec. > > which is definitive/correct/better please? Or where is > the definitive list found? > > > Regards DaveP. > > **** snip here ***** > > -- > DISCLAIMER: > > NOTICE: The information contained in this email and any > attachments is > confidential and may be privileged. If you are not the intended > recipient you should not use, disclose, distribute or copy any of the > content of it or of any attachment; you are requested to notify the > sender immediately of your receipt of the email and then to delete it > and any attachments from your system. > > RNIB endeavours to ensure that emails and any attachments generated by > its staff are free from viruses or other contaminants. However, it > cannot accept any responsibility for any such which are transmitted. > We therefore recommend you scan all attachments. > > Please note that the statements and views expressed in this email and > any attachments are those of the author and do not > necessarily represent > those of RNIB. > > RNIB Registered Charity Number: 226227 > > Website: http://www.rnib.org.uk > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > <FONT SIZE=1 FACE="VERDANA,ARIAL" COLOR=BLUE> ------------------------------------------------------- QAS Ltd. Developers of QuickAddress Software <a href="http://www.qas.com">www.qas.com</a> Registered in England: No 2582055 Registered in Australia: No 082 851 474 ------------------------------------------------------- </FONT>
