You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by BugRat Mail System <to...@cortexity.com> on 2000/08/10 21:46:42 UTC

BugRat Report #24 has been filed.

Bug report #24 has just been filed.

You can view the report at the following URL:

   <http://znutar.cortexity.com:8888/BugRatViewer/ShowReport/24>

REPORT #24 Details.

Project: Tomcat
Category: Bug Report
SubCategory: New Bug Report
Class: swbug
State: received
Priority: medium
Severity: non-critical
Confidence: public
Environment: 
   Release: any
   JVM Release: any
   Operating System: any
   OS Release: any
   Platform: any

Synopsis: 
<LoadOnStartup></LoadOnStartUp> and <LoadOnStartup>0</LoadOnStartUp> don't work

Description:
If a web.xml contains "<LoadOnStartup></LoadOnStartUp>", then an exception is thrown and reading of the web.xml aborts at that point.

If a web.xml contains "<LoadOnStartup>0</LoadOnStartUp>", then the servlet for which it is specified is not loaded.

I believe both of these are legal according to the spec.