You have to tell tomcat where to find keystore file:

IntrospectionUtils.setProperty(connector, "sslProtocol", "TLS");
IntrospectionUtils.setProperty(connector, "keypass", "keystore-password");
IntrospectionUtils.setProperty(connector, "keystore", "path-to-keystore");

Hope this helps
Aleksandar

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

Reply via email to