> May I ask you - how did you conclude that expection occurs on error page > itself? I think, exception does not occur on error page.
It said so: Exception Processing ErrorPage[errorCode=500, location=/errorpage.jsp] > But when error page is defined for context, Tomcat tries to send error page > to client. Tomcat tries to reset the response, but it is not possible > because Axis library tries to send response too. That is why > IllegalStateException occurs. Sounds like a good explanation to me. > Sending error page (that is intended for ordinary servlets or jsp) does not > make sense, because clients expect SOAP messages. > Is it possible to remove certain servlets from error page mechanism? Error > page does not make sense for web services. Maybe separate the web services from user interface!? Different WARs... Regards, Martin --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
