Re: R: Msql Connector/J

2007-05-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Massimiliano, Massimiliano PASQUALONI wrote: > But, even though I specify the user and password in the connectionURL, > connectionURL = > "jdbc:mysql://localhost:3306/bi?user=myuser;password=mypassword", my Tomcat > return: "Error 500: javax.servlet.S

R: R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Sorry, I don't have calculate the time zone :-) =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Scanned with Copfilter Version 0.83beta3a (ProxSMTP 1.4) AntiVirus: ClamAV 0.88.4/3225 - Thu May 10 10:08:21 2007 by Markus Madlener @ http://www.copfilter.org --

Re: R: Msql Connector/J

2007-05-10 Thread David Smith
You do realize some of us sleep at night right? At any rate, for url syntax, this is the official documentation: http://dev.mysql.com/doc/refman/5.0/en/connector-j-reference-configuration-properties.html And your syntax is wrong on the url -- use a & to separate parameters, not a ; HTH

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
or install the connector just put it in the webapp's /WEB-INF/lib directory. CU! -Messaggio originale- Da: Massimiliano PASQUALONI [mailto:[EMAIL PROTECTED] Inviato: giovedì 10 maggio 2007 12.37 A: 'Tomcat Users List' Oggetto: R: Msql Connector/J Hey! After my congratul

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Hey! After my congratulations no one can help me? Even though I specify the user and password in the connectionURL: connectionURL = "jdbc:mysql://localhost:3306/bi?user=myuser;password=mypassword" my Tomcat return: "Error 500: javax.servlet.ServletException: Access denied for user ''@'localho

Re: R: Msql Connector/J

2007-05-10 Thread Pid
Massimiliano PASQUALONI wrote: Guy, I've already configured mysql. It correctly work whit Apache and PHP, I need only to join it whit Tomcat. The David/s suggestion work fine, if I place the jar file in WEB-INF\lib directory, Tomcat try to connect. But, even though I specify the user

R: Msql Connector/J

2007-05-10 Thread Massimiliano PASQUALONI
Guy, I've already configured mysql. It correctly work whit Apache and PHP, I need only to join it whit Tomcat. The David/s suggestion work fine, if I place the jar file in WEB-INF\lib directory, Tomcat try to connect. But, even though I specify the user and password in the connectionURL