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
As @beloidavisja suggested you should remove the
javaagent
andagentpath
arguments from thejvm config
. Those are the arguments required forfusionreactor
. 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