On Mon, 2004-01-12 at 21:39, Brian Boyle wrote:
> Hi!
> Can someone please tell me how to configure SSL for tomcat 5. There seems to
> be difference in the server.xml file from previous versions of tomcat so I
> am unsure of what to edit or add to it.

i have this in my server.xml:

    <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"
               keystoreFile="/etc/tomcat5/tomcat.keystore"
               keystorePass="secret" />

hope this does help,
cheers,
martin



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

Reply via email to