Schrodinger
Golden Member
I'm writing a servlet and testing it locally with Tomcat
Part of it has some db access and connects to a remote MySQL server that I don't host.
When I even try to load the driver it throws an exception (ClassNotFoundException). It has nothing to do with remote connectivity or anything like that because I can't even get the damn driver to load.
Weird thing is that it is in my CLASSPATH and little java apps I'm writing and testing have no problem launching it?
🙁
Part of it has some db access and connects to a remote MySQL server that I don't host.
When I even try to load the driver it throws an exception (ClassNotFoundException). It has nothing to do with remote connectivity or anything like that because I can't even get the damn driver to load.
Weird thing is that it is in my CLASSPATH and little java apps I'm writing and testing have no problem launching it?
🙁