Re: Enabling SSL on Tomcat 6

2011-01-18 Thread Konstantin Kolinko
2011/1/18 Suneet Shah : > WARNING: [SetAllPropertiesRule]{Server/Service/Connector} Setting property > 'SSLEngine' to 'on' did not find a matching property. There are two implementations of SSL available in Tomcat. One is implemented using Java cryptography API. Another uses native libraries.

Re: Enabling SSL on Tomcat 6

2011-01-18 Thread amcereijo cereijo
Hi, I have this configuration for my tomcat 6.0.30 Your changes about my configuration: - where I have keystoreFile="conf\tomcatserver.keystore" I think you must put "tomcatks" (I think this your keystore) - where I have keystorePass="tomcat" I think you must put password for "tomc