Title: SSL for WS between 2 instances of Tomcat

I came across the WSOverSSL tutorial on creating secure web services,
however I'm having difficulty applying it to my situation.  I'm trying
to create an SSL connection between two instances of Tomcat.  One is the
client and one is the server.  The soap transmission occurs between the
two.  Anyway, I have the server configured for SSL, and by following the
guidelines I created both the client.keystore and server.keystore.  My
question is how do I implement the client tomcat and where do I put
client.keystore to make it interact with server.keystore?  Thanks in
advance.

Reply via email to