Re: SSL problem

2008-08-17 Thread Christy Ring
Thanks Bruno for the prompt response. I had noticed this myself when debugging over the last few days and had modified the code to use keystoreFile.getAbsolutePath() with entires that generated /Users/christyring/.keystore Unfortunately this still does not solve the problem. I wasnt aware

Re: SSL problem

2008-08-17 Thread Bruno Harbulot
Hi Christy, Christy Ring wrote: I wasnt aware of the certificate issue, thanks. I've modified the keytool command to reflect the changes you suggest as follows, deleted the .keystore and recreated it. I assume this is all I have to do with the keystore to get up and running? keytool

Re: SSL problem

2008-08-17 Thread Christy Ring
Thanks Bruno that worked, your a star ;-) Interestingly I'm still getting a keystore tamper error, but it works. See below. java -jar target/com.vennetics.jbox.fs.api-2.0-dist.dir/ com.vennetics.jbox.fs.api-2.0.jar Exception in thread main java.io.IOException: Keystore was tampered with,

Re: Knowing if a client disconnected?

2008-08-17 Thread Patrick Logan
Paul J. Lucas paul at lucasmail.org writes: Suppose I have a service that takes some time to compute the response to. Further suppose that a client connects but then disconnects prematurely for whatever reason either before I start or while I am returning a response. Is there any way to