>Starting service Tomcat-Standalone
>Apache Tomcat/4.0.4
>PARSE error at line 1 column 10
>org.xml.sax.SAXParseException: Element type "web-app" must be declared.

Howdy,
I haven't seen your original message, which presumably has to do with
the MySQL error.  However, the above is enough to suggest something is
seriously wrong with the configuration for your web application.  That
could definitely affect the allocation of database drivers and other
things.  

Double-check your web.xml for correctness.  Create a simple servlet or
JSP page in your app that you can run, and verify that it runs OK.
Don't do any DB activity in that page.

Once you have that done, it will be a lot easier to trace what's wrong
with the MySQL stuff.

Yoav Shapira
Millennium ChemInformatics

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

Reply via email to