a.) Add the following to your service's JVM options and replace the bold values with your specific settings if you're starting your server as a service..
- -javaagent:<ApplicareAgentHomeDir>\applicare-aspects.jar=verbosity=0,logfile=false
- -Darcturus_home=<ApplicareAgentHomeDir>
- -Djava.library.path=<ApplicareAgentHomeDir>\bin
- -Xverify:none
b.) Ensure the JVM is configured to allocate at least 256MB for PermGen by adding -XX:MaxPermSize=256m to the startup arguments. The server may fail to start with the Applicare agent if the PermGen size is insufficient.
c.) Start the server.
Comments
0 comments
Article is closed for comments.