Step 1: Login into Applicare console, go to Download Agents screen and download SingleAgentLinux. Copy ApplicareSingleAgentLinux.zip file to the machine where Jboss is running.
Step 2: Create a directory "ApplicareSingleAgent" in agent machine and extract the ApplicareSingleAgentLinux.zip file to that 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 Applicare agent home/scripts directory and change the ARCTURUS_HOME value in the setJBossAgentEnv.sh file to the Agent zip file extracted directory.
If Jboss is started using standalone.conf.sh file follow Step 4.
Step 4: Go to <Jboss_home_path>\bin Add the following line at the beginning of the standalone.conf.sh file.
. /<Applicare_agent_home_directory>/scripts/setJBossAgentEnv.sh
Comments
0 comments
Article is closed for comments.