I have
Tomcat 4. I have classes12.jar in the common/lib directory. The following code in a
Java Class that my
servlet calls is:
There is a couple more lines following. However my error occurs in the getConnection call.
I changed the url, user and password to say above to protect the innocent.
This code runs fine through java itself, without Tomcat or Servlet. The Servlet call is
I get the UnsatisfiedLinkError
Full stacktrace.
Sorry for the length of that stacktrace
Thanks
Mark