Step 1: Install applicare singleagent in the machine where Weblogic is running. Follow the steps for installing Applicare SingleAgent
Steps 2: Go to <weblogic_domain_path>\bin directory and add the following line to the startWebLogic.bat file.
export AGENT_NAME=<Agent Name>
. /<ApplicareSingleAgent_homepath>/scripts/setAgentEnv.sh
<ApplicareSingleagent_homepath> - Applicare SingleAgent zip file extracted directory.
<Agent Name> - The name you want to assign.
Note: Check if below JVM argument is present in <ApplicareSingleAgent_homepath>\scripts\setAgentEnv.sh file, otherwise add this JVM argument to this file.
-Dapplicare.agent.name=$AGENT_NAME
<ApplicareSingleagent_homepath> - Applicare SingleAgent zip file extracted directory.
Step 3: Restart Weblogic
Comments
0 comments
Article is closed for comments.