changes to setdoaminenv.sh not getting picked up by adadminsrvctl.sh
Hello,
We are running on Oracle apps 12.2.3 and are trying to install a 3rd party agent for monitoring our applications.
For that agent to start we need to add the java options to the setdoaminenv.sh of the weblogic server.
We have added those options to the setdomainenv.sh.
What we see that when we start the admin server using startweblogic.sh the newly added java options are getting picked up whereas when we are using adadminsrvctl.sh script which in turn calls the startweblogic.sh script to start the admin server those java options dont get picked up.
We want to know what change we need to do so that adadminsrvctl.sh can start picking up those java options.