I've had to recreate my dev environment and I've dis-configured something that I can't seem to find. All of my jsp pages now throw the same errors:
log trace message: 2002-08-21 23:27:32 StandardContext[/EGPS]: Mapped to servlet 'jsp' with servlet path '/membersList.jsp' and path info 'null' and update=true 2002-08-21 23:27:34 jsp: init 2002-08-21 23:27:34 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception org.apache.jasper.JasperException at org.apache.jasper.servlet.JspServletWrapper.service(Unknown Source) javax.servlet.ServletException at org.apache.jasper.runtime.PageContextImpl.handlePageException(Unknown Source) at org.apache.jsp.membersList$jsp._jspService(membersList$jsp.java:359) $jsp.java file error line: } catch (Throwable t) { if (out != null && out.getBufferSize() != 0) out.clearBuffer(); // here if (pageContext != null) pageContext.handlePageException(t); At least its consistent. Any ideas? Thanks, Bill -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>