DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5390>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5390 jsp-file and load-on-startup and init-param does not work. [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED | ------- Additional Comments From [EMAIL PROTECTED] 2001-12-24 11:45 ------- There appears to be a side effect to this fix. With the jsp file used as the load-on-startup present in the web.xml, when I start tomcat and the first thing I type in is an invalid url (e.g. xxx.jsp), the tomcat engine blows up on a stack overflow problem and it's dead. If I remove, the web.xml entries, and do the same thing, everything works as expected with a 404 error. The full exception stack is over 1040 lines long so here is snippet: ... 2001-12-24 09:21:24 - ContextManager: Adding www.yourdomain.com:/examples3 2001-12-24 09:21:24 - ContextManager: Adding DEFAULT:/ROOT 2001-12-24 09:21:24 - Ctx() : Validating web.xml 2001-12-24 09:21:24 - LoadOnStartupInterceptor: Initializing JSP with JspWrapper 2001-12-24 09:21:43 - Ajp12Interceptor: Starting on 8007 2001-12-24 09:21:43 - Ajp13Interceptor: Starting on 8009 2001-12-24 09:21:52 - Ctx() : Class not found: xxx_0 2001-12-24 09:21:52 - Ctx() : Status code:404 request:R( + /xxx.jsp + null) msg:null 2001-12-24 09:21:53 - Ctx() : Exception in R( + /xxx.jsp + null) - java.lang.StackOverflowError at java.util.zip.ZipEntry.initFields(Native Method) at java.util.zip.ZipEntry.<init>(ZipEntry.java:95) at java.util.zip.ZipFile.getEntry(ZipFile.java:150) ... Please advise. The code base being used was from 12/13 nightly build. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>