Hi.
I'm using Tomcat 5.5.9 and MySQL 5.0.17 and here's what my relavent file
sections look like (I've chaned the real app name to "foo", so notice where
"foo" occurs):
Note that you're missing the "name" and "factory" attributes, but I suspect
"name" is more the culprit.
In my WEB-INF/web.xml
no change - same situation.
Mike Sabroff <[EMAIL PROTECTED]> wrote: When I do this from a program or bean
or servlet, i make the connection
a true url:
url="jdbc:mysql://localhost:3306/everycitizen?username=everyuser&password=%"
I dont know if it is different in the server.xml as I have n
When I do this from a program or bean or servlet, i make the connection
a true url:
url="jdbc:mysql://localhost:3306/everycitizen?username=everyuser&password=%"
I dont know if it is different in the server.xml as I have never tried this,
but why should it be?
I have been fooled by thinkin