Cheers for the suggestion, but that wasn't it :o( I've noticed though that if the location of the error page is a *.do file that exists, then it always shows the above error (and fails to load the page)... If the requested page is a *.jsp then it doesn't show the error page, however the page still doesn't load.
It does, on occasions, decide to work properly.... Though when I click refresh or try to reload the page it decides not to work again. Could this be anything to do with my IDE (JBuilder), as I'm really running out of ideas as to what else it could be! >>>> Note: Given the previous suggestion, all my recent attempts have been done with an error.jsp file containing minimal info. <html> <head> <title>error_page</title> </head> <body> <h1>Error Page</h1> </body> </html> On Mon, 31 Jan 2005 22:45:45 -0600, Kishore Senji <[EMAIL PROTECTED]> wrote: > > > > [EMAIL PROTECTED]: Exception > > Processing ErrorPage[errorCode=404, location=/errors/404.do] > > ClientAbortException: java.net.SocketException: Software caused > > connection abort: socket write error > > at > > org.apache.coyote.tomcat5.OutputBuffer.doFlush(OutputBuffer.java:331) > > <snip>rest of stack dump...</snip> > > > > Here is what's in my files: > > > > May be > http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3840241#3840241 > would help > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]