RE: 500 Error

2001-12-13 Thread Frank Lawlor
I just upgraded to Tomcat 4.01 and get the following exception: javax.servlet.ServletException: Servlet.init() for servlet jsp threw exception at org.apache.catalina.core.StandardWrapper.load(StandardWrapper. java:871) . java.lang.NoSuchMethodError at

RE: 500 Error

2001-12-13 Thread Peter Gershkovich
What is your OS and environment? I had similar error with SUSE Linux, Apache1.3.2 Java SDK 1.4 beta 3, and struts 1.0. I changed to Java SDK 1.3 and used one of nightly builds. (all files in struts binary distribuiton have ^M caracter - DOS files and that might be also the reason. Thats my $0.02

RE: 500 Error

2001-12-13 Thread Jeff Martin
I had something like this the other night. I figured out that tomcat had saved the servlet generated off of my JSP and was checking the last-modified times between the servlet and the JSP file (like it should). The problem was that I was doing tag development and thus had to touch the JSP file