Step 1: Access the Applicare console and navigate to Download Agents section. Download the JBoss agent. then transfer the agent_JBoss.zip file to the machine where you plan to deploy the agent.
Step 2: Create a directory named ApplicareJBoss and move the agent_JBoss.zip file into it. Then, unzip the agent_JBoss.zip file within the ApplicareJBoss directory.
Step 3: Go to the <Applicare_agent_home_directory>\agent\JBoss directory and copy the applicare_agent.war file and paste it into the <JBoss_home_path>\standalone\deployments directory.
If JBoss is started using the standalone.conf.sh file, proceed to Step 4.
Step 4: Navigate to the <JBoss_home_path>\bin directory and add the following line to the standalone.conf.bat file.
set SERVER_NAME=ServerName
call ApplicareSingleAgentHomePath\scripts\setJBossAgentEnv.bat
Replace ServerName with the desired name for the agent. This name will be used to identify the agent in the controller.
Replace ApplicareSingleAgentHomePath with the actual path to the ApplicareSingleAgent Home directory.
e.g.
Comments
0 comments
Article is closed for comments.