Howdy,

>PARSE error at line 154 column -1
>org.xml.sax.SAXParseException: Element "servlet-mapping" allows no
further
>input; "load-on-startup" is not allowed.

This suggests your put the load-on-startup tag inside a servlet-mapping
element.  It goes inside the servlet element, not servlet-mapping.  See
the Servlet Spec (v2.3 for tomcat 4.x) for details... Does that help?

Yoav Shapira
Millennium ChemInformatics

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

Reply via email to