Step 1: Login into Applicare console, go to Download Agents screen and download JBoss. Copy agent_JBoss.zip file to the machine where agent is to be deployed.
Step 2: Create the ApplicareJBoss directory and copy the agent_JBoss.zip file, Unzip the agent_JBoss.zip file to ApplicareJBoss directory.
Note:
Once extract is complete grant execute permissions by executing the following command from ApplicareSingleAgent parent directory. In the example above we extract ApplicareSingleAgent in /home/ApplicareSingleAgent.
chmod -R 777 /home/ApplicareSingleAgent
Step 3: Go to the <ApplicareSingleAgentHomePath>\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 standalone.conf.sh file follow Step 4.
Step 4: Go to <JBoss_home_path>\bin directory and add the following line to the standalone.conf file.
export SERVER_NAME=ServerName
. /<ApplicareSingleAgentHomePath>/scripts/setJBossAgentEnv.sh
Replace ServerName with the name which we would like to add the agent. The agent will be added to the controller with the name you give it.
Replace ApplicareSingleAgentHomePath with the actual ApplicareSingleAgent Home directory.
Example:
For Other Docs-Click here
Comments
0 comments
Article is closed for comments.