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