Hi I am new to tomcat. I have a jsp that connects to a web service available on a secure server. I need to have the client certificate so I have set the following system properties.
System.setProperty( "javax.net.ssl.trustStore", "C:/Tomcat 5.5/webapps/SSO/client.keystore" ); System.setProperty( "javax.net.ssl.trustStorePassword", "changeit"); But it doesn't work, can somebody help how to achieve this. Thanks Srikanth