I am trying to enter the value for the url parameter for a mysql jdbc resource in server.xml. I am entering the url without the user and password appended because I am including a user and password parameter in the resourse. Yet when I hit the servlet, it says "Access denied for user: nobody@mymachine.mydomain (Using password: YES)" but I am providing the user and password in their parameters? Am I missing something?