无法在 WebLogic 上加载 MySQL 数据源的 JDBC 驱动程序

发布于 2024-11-06 21:07:49 字数 230 浏览 0 评论 0原文

由于此错误,我无法为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽心 2024-11-13 21:07:49

您需要下载 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文