Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个使用 JNDI 维护的 J2SE 应用程序。(它使用 JNDI 来查找它的 J2EE 应用程序服务器。)
它对于找不到 JNDI 服务器的错误报告非常差。
我一直在寻找一种方法来显示 InitialContext 试图与之交谈的服务器。
有没有人有一个巧妙的方法来做到这一点?
报告价值InitialContext.getEnvironment().get(Context.PROVIDER_URL)可能会有所帮助。
InitialContext.getEnvironment().get(Context.PROVIDER_URL)