Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

weblogic 6.1 + servlet + mysql

Status
Not open for further replies.

9871

Programmer
Aug 13, 2002
3
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top