Applicare agent installation on tomcat server
1. If you are staring Tomcat as a Windows service add the following to your service’s Java Options section and replace the values in bold with applicable values.
- -javaagent:<ApplicareAgentHomeDir>\applicare-aspects.jar=verbosity=0,logfile=false
- -Darcturus_home=<ApplicareAgentHomeDir>
- -Djava.library.path=<ApplicareAgentHomeDir>\bin
- -Xverify:none
2. Make sure the JVM can increase Perm gen to at least 256MB by adding -XX:MaxPermSize=256m to startup arguments. Server might fail to start with Applicare agent if the perm gen size is too low.
3. Start the Tomcat server.
Please sign in to leave a comment.
Comments
0 comments