> java.sql.SQLException: Server configuration denies access to data source

---------> ^^^^^^^^^^^^

It's a SQLException, so it looks like you've established a pipe between your code and 
the server (that error message would imply its Tomcat's fault), but in a way the 
*database* server doesn't like.  I'm not sure why MySQL would deny you access...

- r

Reply via email to