Sorry, for my unlcear question. Actually it was a part of my question which I posted earlier. I am writing a struts appliction to download a file that is on the server. When the user clicks the download button, its displaying the open,save cancel window. Everything is working fine for files of small sizes ie. less than 50 kb..but if the file size is more and when I click cancel its displaying a ClientAbort Exception.
The Exception is.. ClientAbortException: java.net.SocketException: Connection reset by peer: socket write error Oct 9, 2006 11:08:25 AM org.apache.struts.action .RequestProcessor processException WARNING: Unhandled Exception thrown: class org.apache.catalina.connector.ClientAbortException Even I am trying to catch this exception by adding ClientAbortException,(which I got it by adding the catalina jar file from tomcat/server directory to my eclipse lib folder) but still I am getting the above exception. Please help me On 10/9/06, Dave Newton < [EMAIL PROTECTED]> wrote:
> From: B.Sridhar [mailto: [EMAIL PROTECTED] > How to catch ClientAbortException, when I am adding the following line it > showing error. Its not identifying the org.apache.catalina, do I need to > add any jar files to my path to identify this exception Please respond.. > > *org.apache.catalina.connector.ClientAbortException See, here's the thing: 1) Added *what* following line? 2) Showing *what* error? 3) *What* is showing the error? Now, I'm just guessing, but I'd say that you do not have Eclipse set up properly and it does not have access to the Tomcat JARs with this exception. http://catb.org/~esr/faqs/smart-questions.html <http://catb.org/%7Eesr/faqs/smart-questions.html> Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
-- B.Sridhar