简体   繁体   English

WLS REST API 获取 JNDI 树

[英]WLS REST API to GET JNDI tree

I want to pull the JNDI configuration from WebLogic server, that has been assigned to a particular application deployed on server,我想从 WebLogic 服务器中提取 JNDI 配置,该配置已分配给部署在服务器上的特定应用程序,

Does anyone know what WebLogic API I should curl to GET JNDI keys:values or entire TREE有谁知道我应该卷曲什么 WebLogic API 来获取 JNDI 键:值或整个树

Please help, the documentation https://docs.oracle.com/middleware/1221/wls/WLRUR/using.htm#WLRUR180 doesn't tell anything...请帮助,文档https://docs.oracle.com/middleware/1221/wls/WLRUR/using.htm#WLRUR180没有说明任何内容......

I don't know even how to explain the problem, documentation about how to access information from WLS is just a DUMP我什至不知道如何解释这个问题,关于如何从 WLS 访问信息的文档只是一个 DUMP

There are a lot about JNDI but nothing on how run API to get JNDI https://docs.oracle.com/middleware/1212/wls/WJNDI/index.html#WJNDI115 https://docs.oracle.com/cd/E50629_01/wls/WLACH/taskhelp/jndi/ViewObjectsInTheJNDITree.html https://docs.oracle.com/middleware/1221/wls/WLRUR/using.htm#WLRUR157 https://docs.oracle.com/middleware/12212/wls/WJNDI/jndi.htm#WJNDI136有很多关于 JNDI 但没有关于如何运行 API 来获取 JNDI https://docs.oracle.com/middleware/1212/wls/WJNDI/index.html#WJNDI115 https://docs.oracle.com/cd/ E50629_01/wls/WLACH/taskhelp/jndi/ViewObjectsInTheJNDITree.html https://docs.oracle.com/middleware/1221/wls/WLRUR/using.htm#WLRUR157 https://docs.oracle.com/middleware/12212/ wls/WJNDI/jndi.htm#WJNDI136

Thanks谢谢

there is a solution, check out the classes API.有一个解决方案,查看类 API。 it prints the JNDI parameters for all deployed applications,它打印所有已部署应用程序的 JNDI 参数,

http://localhost:7001/management/weblogic/latest/serverConfig/startupClasses http://localhost:7001/management/weblogic/latest/serverConfig/startupClasses

Thanks for all your negative marks... pf... professionals!!!感谢您的所有负面评价...pf...专业人士!!!

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM