开发者

cannot load JDBC driver for MySQL datasource on WebLogic

开发者 https://www.devze.com 2023-03-06 03:01 出处:网络
I can\'t create a datasource for MySQL and WebLogic server 10.3 due to this error: Error: cannot load driver: com.mysql.jdbc.Dri开发者_Python百科ver

I can't create a datasource for MySQL and WebLogic server 10.3 due to this error:

Error: cannot load driver: com.mysql.jdbc.Dri开发者_Python百科ver

I'm using the http://localhost:7101/console for creating datasource, not with xml descriptor.

Where can I place the require MySQLconnector jar?


You need to download the MySQL Connector JAR and put it in the /server/ext/jbdc directory. I'd create a new directory called "mysql".

Read this might help, too.

0

精彩评论

暂无评论...
验证码 换一张
取 消