Step 1: Install applicare singleagent in the machine where Weblogic is running. Follow the steps for installing Applicare SingleAgent
If Weblogic is started using startWebLogic.bat file follow Step 2.
Step 2: Go to <weblogic_domain_path>\bin directory and add the following line to the startWebLogic.bat file.
set AGENT_NAME=<Agent Name>
call <ApplicareSingleAgent_homepath>\scripts\setAgentEnv.bat
<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.bat 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.