Re: windows - tomcat - jdbc - "unable to connect" linux instead of windows is fine
Posted by: Mark Matthews
Date: December 29, 2004 07:05PM

Niels,

You're definitely not using 3.0.16 as far as I can tell, as if you go to line 1622 in Connection.java from 3.0.16, you end up in a method named "useSSL()".

I'd look for any old versions (sounds like you're running into an issue that was in 3.0.14) of Connector/J lying around in your classpath on the windows machine, for example in jre/lib/ext, or pointed to by your CLASSPATH (using an explorer search for "mysql*.jar" should find them).

-Mark

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.