Hi Isak,
the DriverManager has a method called availableDriver or so. Use this to
show, if your driver is registered.
If yes, your driver could be registered, but can not do his work with the
database. This is no problem of Tomcat.
If no, the driver.jar was not found by tomcat. Then try
Class.forName("org.gjt.mm.mysql.Driver").getInstance();
If this doesn't help, look to your context. Do you have a own context for
your webapplication. Create one and put the driver.jar to WEB-INF/lib.
Anja
--
To unsubscribe: <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>