My managed server interacts with Admin console using node manager. I am trying to startup AppD on my managed server.
I can start AppD when i make changes to startWeblogic.sh and see the metrics flowing. This is not our prefered way of deployments. We deploy our ws from console and node manager starts our managed servers (I have 5 configured on different VM's) using weblogic.Server command. Now where do we add the changes for AppD startup. Please help.
Hi,
Can you see if the following information helps:
step1: mkdir <domain_home>/servers/<server-name>/security
step2: Create a new file called boot.properties and enter below property values, change the values accordingly
username=<username>
password=<password>
http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/wls/10g/r3/installconfig/enable_auto_l...
step3: Now save this file and start the managed server as usual.
<domain_home>/bin/startManagedWebLogic.sh managedServerName http://localhost:7001
Or
<domain_home>/bin/startManagedWebLogic.sh Server-0 t3://localhost:7001
Ex:
<domain_home>/bin/startManagedWebLogic.sh Server-0 t3://localhost:7001
comment the -javaagent entry in startweblogic.sh/cmd and update the javaagent entry in startManagedWeblogic.sh and setWLSEnv.sh and we add the modified script in startmanaged script
- please provide the script file if you could not locate section for java opts to add
Regards,
Arun