a.) If you are starting your server as a service add the following to your service’s JVM options 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
b.) 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.
c.) Start the server.
Comments
0 comments
Article is closed for comments.