WSO2 API Microgateway Startup Settings
You can instrument WSO2 API Microgateway by adding the Java Agent to JVM arguments in the executable file of the gateway. Perform the following steps based on your environment to attach the Java Agent.
AppDynamics SaaS
list_alt
list_alt
You can instrument WSO2 API Microgateway by adding the Java Agent to JVM arguments in the executable file of the gateway. Perform the following steps based on your environment to attach the Java Agent.
<MGW_HOME>/bin
in a text editor.
$JAVA_OPTS
, add :
-javaagent:/path_to_appagent/javaagent.jar
docker exec -it <container_id> /bin/bash
-javaagent:/path_to_appagent/javaagent.jar
ps -eaf | grep java
kill -9 <process_ID>
wso2/bin/gateway <executable_jar>
runTools
under "SET JAVA_CMD", after "%JAVA_OPTS% ^" add
the following:
-javaagent:/path_to_appagent/javaagent.jar