Step 1: Install applicare singleagent in the machine where Websphere is running. Follow the steps for installing Applicare SingleAgent
Steps 2: Login to Websphere console and go to servers-> server Types-> Websphere application servers then click server.
Steps 3: Click Java and Process Management-> Process definition in Server Infrastructure.
Steps 4: Click Java Virtual Machine in Additional Properties.
Steps 5: Save the value as shown below the boot classpath.
<ApplicareSingleagent_homepath>\applicare-aspects.jar
Note:
<ApplicareSingleagent_homepath> - Applicare SingleAgent zip file extracted directory.
Steps 6: Save the value as shown below the Generic JVM arguments.
-noverify -javaagent:<ApplicareSingleagent_homepath>\applicare-aspects.jar=verbosity=0,logfile=false
Note:
<ApplicareSingleagent_homepath> - Applicare SingleAgent zip file extracted directory.
Steps 7: need to add the following custom properties by clicking the Custom Properties
link under Additional Properties heading on the same page.
Name | Value | Description |
arcturus_home | <ApplicareSingleagent_homepath> | Absolute path to your ApplicareSingleagent_homepath directory |
java.awt.headless | true | |
java.library.path | <ApplicareSingleagent_homepath>/bin | Absolute path to your ApplicareSingleagent_homepath directory |
profile.name | <Profile Name> |
The profile name you used when configuring the profile in Applicare console |
server.name | <Server Name> | Name of your WebSphere server |
Steps 8: Restart the WebSphere server for the changes to take effect.
Comments
0 comments
Article is closed for comments.