Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Tomcat Users »

Re: Tomcat 5 SSL Configuration

martin grotzke

2004-01-12

Replies:

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: tomcat-user-unsubscribe@(protected)
For additional commands, e-mail: tomcat-user-help@(protected)



©2008 junlu.com - Jax Systems, LLC, U.S.A.