Howdy,
Are you sure the file_not_found.jsp can be compiled?  Try pre-compiling
it with JspC, then compiling it with javac.  If you can't do that,
increase the logging level for the JSP servlet and the jasper classes.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
>Sent: Tuesday, November 04, 2003 4:54 PM
>To: [EMAIL PROTECTED]
>Subject: wierd error.....
>
>When i have the code below in my web.xml file...........
>
>    <error-page>
>        <error-code>404</error-code>
>        <location>/file_not_found.jsp</location>
>    </error-page>
>
>I get this error........
>
>2003-11-04 16:31:46 ErrorDispatcherValve[localhost]: Exception
Processing
>ErrorPage[errorCode=404, location=/file_not_found.jsp]
>java.net.SocketException: Connection reset by peer: socket write error
> at java.net.SocketOutputStream.socketWrite0(Native Method)
> at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
>....
>...
>...
>
>
>I know the <error-page>  tag is causing the error because the error is
no
>longer present after the tag has been removed......does anyone have any
>ideas.....????
>
>Russ-
>
>
>
>
>




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to