From: "Dan Bachelder" <[EMAIL PROTECTED]>
>     <servlet>
>         <load-on-startup/>
>         <servlet-name>
>            newapp
>         </servlet-name>
>         BLAH, BLAH
>     </servlet>
> 
> gives me:
> PARSE error at line 9 column -1
> org.xml.sax.SAXParseException: Element "servlet" does not allow
> "load-on-startup" here.

Check the DTD - the ordering of the elements is significant.

I have my <load-on-startup/> just before </servlet> and it
works fine.

Scott



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to