Thanks Pankaj for your response! How do you check the socket to ensure the connection is still valid? Can you access the socket that is constructed and query it to ensure it is not broken (other application terminated)? I would like to periodically poll the socket or connection object or whatever to ensure that the two programs are still connected.
Thanks! Mike ----- Original Message ----- From: "KUMAR,PANKAJ (HP-Cupertino,ex1)" <[EMAIL PROTECTED]> To: "'Mike Brown '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 28, 2002 11:06 PM Subject: RE: SSL > Yes. This is very much possible and I have done it. > > I am in the process of creating a document for the steps and sample scripts. > Essentially, this is what you need to do: > > 1. Install JSSE from Sun if you are using JDK 1.2x or 1.3.x. Not required > for JDK1.4.0 > 2. Generate keystore and certificates using keytool ( available in JDK ) > 3. Modify server.xml of TOmCat so that it accepts https connections > 4. Run the client program with proper Java options. > > /Pankaj. > > -----Original Message----- > From: Mike Brown > To: [EMAIL PROTECTED] > Sent: 2/28/02 6:56 PM > Subject: SSL > > Hi, > > I would like to write an Axis SOAP client that connects to a service > using HTTPS, maintains a persistent SSL connection and can tell if the > connection is broken. I would like the client and service to be able to > identify a broken connection. Is this possible using Axis? I'm > currently using Java/Tomcat/Axis. > > Thanks, > Mike
