Apache Tomcat:添加/删除/编辑 JNDI 资源
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.