简体   繁体   中英

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,

Does anyone know what WebLogic API I should curl to GET JNDI keys:values or entire TREE

Please help, the documentation https://docs.oracle.com/middleware/1221/wls/WLRUR/using.htm#WLRUR180 doesn't tell anything...

I don't know even how to explain the problem, documentation about how to access information from WLS is just a 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

Thanks

there is a solution, check out the classes API. it prints the JNDI parameters for all deployed applications,

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

Thanks for all your negative marks... pf... professionals!!!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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