无法在 WebLogic 上加载 MySQL 数据源的 JDBC 驱动程序
由于此错误,我无法为 MySQL 和 WebLogic Server 10.3 创建数据源:
错误:无法加载驱动程序:com.mysql.jdbc.Driver
我正在使用 http://localhost:7101/console 来创建数据源,而不是使用 xml 描述符。
我可以在哪里放置所需的 MySQLconnector jar?
I can't create a datasource for MySQL and WebLogic server 10.3 due to this error:
Error: cannot load driver: com.mysql.jdbc.Driver
I'm using the http://localhost:7101/console
for creating datasource, not with xml descriptor.
Where can I place the require MySQLconnector jar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要下载 MySQL Connector JAR 并将其放在 /server/ext/jbdc 目录中。我将创建一个名为“mysql”的新目录。
阅读此也可能有所帮助。
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.