Hello,
I am a newbee to Weblogic. I got problem with mysql, which is called through a servlet, which is running on weblogic 6.1.
The error-message is:
java.lang.classNotFoundException: some-mysql driver
I believe this error takes place when the code (class.forName(driver)) is executed.
What weird is that, my other java-program (not servlet) is able to call and connect to mysql.
I am using j/connector 2.0.14. My classpath includes:
....; c:/j-connector/servlet.jar
Can someone help? Thank you for your time and effort.
Happy
I am a newbee to Weblogic. I got problem with mysql, which is called through a servlet, which is running on weblogic 6.1.
The error-message is:
java.lang.classNotFoundException: some-mysql driver
I believe this error takes place when the code (class.forName(driver)) is executed.
What weird is that, my other java-program (not servlet) is able to call and connect to mysql.
I am using j/connector 2.0.14. My classpath includes:
....; c:/j-connector/servlet.jar
Can someone help? Thank you for your time and effort.
Happy