Java 如何在 Weblogic 控制台中搜索给定的 JNDI

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/18401324/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-12 01:16:04  来源:igfitidea点击:

How to search a given JNDI in Weblogic console

javajndiweblogic11g

提问by Roxana

How can you search a given JNDIin weblogic console - to see where/how it is configured?

如何JNDI在 weblogic 控制台中搜索给定- 查看它的配置位置/方式?

回答by Juned Ahsan

Viewing the JNDI Tree from Within the WebLogic Server Administration Console

从 WebLogic Server 管理控制台中查看 JNDI 树

You can monitor your deployments by viewing the JNDI tree from the WebLogic Server Administration Console. The JNDI tree will open in a separate browser window when you perform the following steps:

您可以通过从 WebLogic Server 管理控制台查看 JNDI 树来监视您的部署。当您执行以下步骤时,JNDI 树将在单独的浏览器窗口中打开:

  • Click the Servers node to expand it and expose the names of the servers currently being administered through the console.
  • Click the name of the server whose JNDI tree you want to view.
  • Scroll down to the bottom of the Configuration pane, and Click the "View JNDI Tree" link.
  • The JNDI tree will appear in a new browser window. You can click on an individual object name to view information about its bind name and hash code.
  • 单击服务器节点将其展开并显示当前通过控制台管理的服务器的名称。
  • 单击要查看其 JNDI 树的服务器的名称。
  • 向下滚动到“配置”窗格的底部,然后单击“查看 JNDI 树”链接。
  • JNDI 树将出现在新的浏览器窗口中。您可以单击单个对象名称以查看有关其绑定名称和哈希码的信息。

Source: http://docs.oracle.com/cd/E13222_01/wls/docs81/jndi/jndi.html#477172

来源:http: //docs.oracle.com/cd/E13222_01/wls/docs81/jndi/jndi.html#477172