> From: John Cartwright [mailto:john.c.cartwri...@noaa.gov]
> Subject: JSP: "No suitable driver found"
>
> DataSource invalid: "java.sql.SQLException:
> No suitable driver found for ${myDS}"
The presence of the ${} in the message is certainly rather odd. This is not
likely to be related, but y
That message indicates a class not found problem. So, for the connection
string (URL), and more specifically, the jdbc:mysql: portion of it, no
driver was registered or the specified driver 9if registered) was not found.
I.e., the "mysql" portion needs somehow to be registered with the driver
clas