> I have had a lot of problems connecting to a MySQL database with a
> Java web start program running on a Tomcat server. The program makes use
[quoted text clipped - 10 lines]
> It should be noted that it has been impossible to change from a general
> project to a Tomcat project in Netbeans.
Have you tried setting Tomcat according to:
http://tomcat.apache.org/tomcat-5.5-doc/jndi-datasource-examples-howto.html
?
My first test would be to ensure that the driver is properly
installed, tested
and working (vi a servlet or JSP), prior to mucking about with Java
web start
and Netbeans, etc...
--
Chris