-3

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

vinilka8
  • 21
  • 6

1 Answers1

0

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

vinilka8
  • 21
  • 6
  • As it’s currently written, your answer is unclear. Please [edit] to add additional details that will help others understand how this addresses the question asked. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Dec 27 '22 at 01:07