Uninstall Java Agent
- Remove -javaagent argument from JVM configurations
- 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
- Restart the application server