如何在独立(非托管)应用程序中使用 jndi?

发布于 2024-08-25 13:45:54 字数 112 浏览 8 评论 0原文

如何在独立(非托管)应用程序中使用 jndi? App和Tomcat6在同一台机器上。

我们可以在服务器运行时通过jndi查找得到一些东西吗? 但是当应用程序不在这个tomcat服务器下运行时?

How to make use of jndi in a stand-alone (non-managed) application?
App and Tomcat6 are on the same machine.

Can we get something through jndi lookup when the server is running,
but when the app is not running under this tomcat server?

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

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

发布评论

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

评论(2

妳是的陽光 2024-09-01 13:45:54

如果我正确理解您的问题,您想在 Tomcat Web 应用程序之外使用 Tomcat JNDI。我认为 Tomcat 不会对外暴露 JNDI。请参阅此链接:

http://wiki.apache.org/tomcat/FAQ/Miscellaneous# Q22

If I understand your question correctly, you want to use the Tomcat JNDI outside of the Tomcat web app. I think Tomcat does not expose the JNDI externally. See this link:

http://wiki.apache.org/tomcat/FAQ/Miscellaneous#Q22

这个俗人 2024-09-01 13:45:54

执行查找只需创建 InitialContext 包含有效参数。考虑到您的计算机上运行着 Tomcat,您应该能够在 server.xml 中找到所需的上下文参数。

Performing a lookup is only a matter of creating an InitialContext with the valid parameters. Considering you have a Tomcat running on your machine, you should be able to find the required context parameters in server.xml.

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