> 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
- db connection denied access Richard Draucker
- Re: db connection denied access Richard Draucker
- Re: db connection denied access Jeff Kilbride
- Re: db connection denied access Tim O'Neil
- Rob S.
