Apache Tomcat:添加/删除/编辑 JNDI 资源

发布于 2024-08-04 07:54:20 字数 161 浏览 4 评论 0原文

Tomcat(版本 6)中是否有用于添加/删除/编辑 JNDI 资源的工具?如果可能的话,我将如何更新 JDBC 数据源(作为示例)? 请注意,我正在寻找一种无需重新部署应用程序即可更新 JNDI 资源的可能性。 显然,Glassfish 让您可以做到这一点,不幸的是,目前我无法选择使用其他应用程序服务器。

Is there a facility in Tomcat (version 6) to add/delete/edit JNDI resources? If it's possible, how would I update a JDBC data source (as an example)?
Note that I'm looking for a possibility to update a JNDI resource without redeploying an application.
Apparently Glassfish let's you do this, unfortunately using another application server is currently not an option for me.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

葬花如无物 2024-08-11 07:54:20

Tomcat 不允许您在启动后将新元素绑定到 JNDI 树。您应该能够使用管理控制台更改它们的属性。

Tomcat does not let you bind new elements to the JNDI tree after boot. You should be able to change their properties using the admin console.

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