Subject: Keystore problems connecting external service 2007-11-01 - By fsa3
Back
Hi,
In my servlet code I'm using axis to call out to a web service that requires SSL. I created a jssecacerts file. On my dev box I copied the file into the $JAVA_HOME/lib/security/cacerts file, all is well. On my real system I cannot do that since it is a shared Java install. So instead I added:
-Djavax.net.ssl.keyStore=/home/me/jssecacerts -Djavax.net.ssl.trustStore=/home/me/jssecacerts
to the Catalina options. I can see via ps that the params are being passed properly. However I still get the same error as if the files werent there. Any thoughts on what I'm doing wrong?
Thanks, Frank -- View this message in context: http://www.nabble.com/Keystore-problems -connecting-external-service-tf4731827.html#a13530209 Sent from the Tomcat - User mailing list archive at Nabble.com.
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To start a new topic, e-mail: users@(protected) To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)
|
|