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!!!