I have a JApplet connecting to mySql database directly without any Servlets. The JApplet runs perfectly in the AppletViewer, but when I run it in the browser, it doesnot get connected to the database.
Is it a problem with the placement of mysql-connector. Please advice as soon as possible.
No exceptions? I doubt that, probably you just haven't looked in the Java Console. But if there really aren't any exceptions, then you're going to have to do some debugging to find out what's happening in your code.