-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
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
--
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
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
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
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
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