Deploy applicare agent on tomcat running as a service.
Open TomcatXw.exe in tomcat’s bin directory. Properties window will appear.
Then go to Java tab and add applicare startup arguments in java options.
Following are the mandatory jvm arguments.
-javaagent:<Applicare_Home>\applicare-aspects.jar=verbosity=0,logfile=false,norestart-intellitrace=false
-Darcturus_home=<Applicare_Home>
-Djava.library.path=.;<Applicare_Home>\bin;
-Dserver.name=tomcatservice
-Xverify:none
If verify error occurs then add the flag -Xverify:none instead of -noverify.
Please sign in to leave a comment.
Comments
0 comments