need to remove fusionreactor entry from jvm

239 Views Asked by At

i had Fusion Reactor Installed on my Machine, I unstalled other Day, the Folder for Fusion reactor was still there and I was not able to delete it, I found the JVM config file has still some entries, I want to remove those, What entries from the below should be removed, so i can delete my fusion reactor folder

Thanks

Here is the JVm Config File Code

# Arguments to VM
java.args=-server  -Xms256m -Xmx1024m -XX:MaxPermSize=192m -XX:+UseParallelGC -Xbatch -Dcoldfusion.home={application.home} -Dcoldfusion.rootDir={application.home} -Dcoldfusion.libPath={application.home}/lib -Dorg.apache.coyote.USE_CUSTOM_STATUS_MSG_IN_HEADER=true -Dcoldfusion.jsafe.defaultalgo=FIPS186Random -javaagent:C:/FusionReactor/instance/cfusion.cf10/fusionreactor.jar=name=cfusion.cf10,address=8088 -agentpath:C:/FusionReactor/instance/cfusion.cf10/frjvmti_x64.dll -Dcoldfusion.classPath={application.home}/lib/updates,{application.home}/lib,{application.home}/lib/axis2,{application.home}/gateway/lib/,{application.home}/wwwroot/WEB-INF/flex/jars,{application.home}/wwwroot/WEB-INF/cfform/jars
1

There are 1 best solutions below

3
On

As @beloidavisja suggested you should remove the javaagent and agentpath arguments from the jvm config. Those are the arguments required for fusionreactor. After removing the arguments from the config file make sure to restart ColdFusion server. A restart is required for the changes to take effect. Read this http://docs.intergral.com/display/FR51/Manual+Installation