RE: not suitable driver?

2002-02-22 Thread Justin Rowles
> getConnection("jdbc:mysql:3306://localhost/bukujsp? Surely you mean: getConnection("jdbc:mysql//localhost:3306/bukujsp? They may be identical. Anyone? J. -- You're only jealous cos the little penguins are talking to me. *** Fo

Re: not suitable driver?

2002-02-22 Thread Anja Falkner
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.f