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-

 

 


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

Reply via email to