Uninstall Java Agent

  1. Remove -javaagent argument from JVM configurations
  2. JVM configurations for the respective servers can be found in the specified files as listed below:
  • For tomcat,

          catalina.bat /catalina.sh 

  • For JBoss & Wildfly, 

          <JBOSS_HOME>/bin/standalone.bat(In Linux, standalone.sh) OR

          <JBOSS_HOME>/domain/configuration/Host.xml OR

           Management console -> Hosts > Server Configurations > <Your Server> > JVM Configuration tab

  • For glassfish,

          Admin console > Hosts > Server Configurations > <Your Server> > JVM Configuration tab

  • For websphere,

          Open administrative console of your IBM Websphere server

          Select Servers > ServerType > WebSphere Application Servers >

         Server Name > Java and Process Management > Process Definition > Java Virtual Machine > Generic JVM Arguments 

  1. Restart the application server
Was this document helpful?
Thanks for taking the time to share your feedback. We’ll use your feedback to improve our online help resources.