Hi,
On Wed, Jun 17, 2009 at 3:26 PM, Tanmay Barman <tanmay.cy...@gmail.com> wrote: > ...Caused by: java.net.SocketException: Software caused connection abort: > socket write error > at java.net.SocketOutputStream.socketWrite0(Native Method)... Seems to indicate a client-side problem, looks like Jetty is unable to write output to the client. But it's hard to be specific without more details about what you're doing and how to reproduce the problem. -Bertrand