Re: Tomcat 5 SSL Configuration

2004-01-12 Thread martin grotzke
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]



RE: Tomcat 5 SSL Configuration

2004-01-12 Thread Bruno.Melloni
I found very good instructions in both the Documentation section of the Tomcat site, 
and in the server.xml file itself.  Look there.  Make sure you use JDK 1.4.2_03 or 
higher (problem with expired CA certificate in previous versions).

-Original Message-
From: ext Brian Boyle [mailto:[EMAIL PROTECTED]
Sent: Monday, January 12, 2004 2:39 PM
To: [EMAIL PROTECTED]
Subject: Tomcat 5 SSL Configuration


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.
Hope someone can help.
Thanks,
Brian

_
Tired of spam? Get advanced junk mail protection with MSN 8. 
http://join.msn.com/?page=features/junkmail


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


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