Re: SSL setup help

2008-11-06 Thread Bill Barker
The entry keystoreFile="${/usr/local/jre1.6.0_06/bin/keystore.key}/.keystore" is almost certainly wrong. For this to work, you would have to start Tomcat with the weird entry -D/usr/local/jre1.6.0_06/bin/keystore.key=/path/to/my/keystore/keys. Tomcat does variable substitution when parsing the

Re: SSL setup help

2008-11-05 Thread Serge Fonville
Hi, To configure tomcat using SSL on Windows I use: multi-host tomcat ssl on windows download and install java 1.5 jdk set JAVA_HOME to the root of the JDK directory add JAVA_HOME\bin to the path install Visual C++ 2008 redistributable download and install openssl http://www.openssl.org --> related

SSL setup help

2008-11-05 Thread Michael A. Tucker
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm trying to setup SSL on a web app that I have running on a server. I created my keystore.key file and then uncommented this section in my server.xml file: > Connector port="8443" protocol="HTTP/1.1" SSLEnabled="true" >maxThreads="1