luigifonti
July 12th, 2009, 10:05 AM
In the past times I have set up and used the couple tomcat + mysql on different systems: Windows, Fedora... and they always worked together without problems, allowing my servlets to access mysql server on the same server.
Now I tried to use them under Ubuntu 9.04, using tomcat6 and mysql5.1,
but there is no way to let any servlet to access mysql.
I can access mysql using Java applications, but not with servlets.
What I always get is an access denied SqlException.
Did somebody get them working ?
Luigi
Now I tried to use them under Ubuntu 9.04, using tomcat6 and mysql5.1,
but there is no way to let any servlet to access mysql.
I can access mysql using Java applications, but not with servlets.
What I always get is an access denied SqlException.
Did somebody get them working ?
Luigi