IBM® webMethods Microservices Runtime
- After fix installation, copy the plug-in JAR file:
- From the directory
<INSTALL-DIR>\E2EMonitoring\agent\plugins\uhm-onpremise-is-plugin.jar
- To directory
<INSTALL-DIR>\IntegrationServer\lib\jars\
- From the directory
-
To set up logs, copy logback.xml file
- From the directory
<INSTALL-DIR>\E2EMonitoring\agent\config\e2ecustomlogback.xml
- To directory
<INSTALL-DIR>\IntegrationServer\
Note: If you cannot locate the filee2ecustomlogback.xml
in the installation, then install the latest fixes. - From the directory
- Add the following lines at the end of the file:
- For Microsoft Windows,
<INSTALL-DIR>\IntegrationServer\bin\setenv.bat
set JAVA_UHM_OPTS=-javaagent:"../E2EMonitoring/agent/uhm-apm-agent.jar=logging.dir=./logs/" -Xbootclasspath/a:"../E2EMonitoring/agent/uhm-apm-agent.jar" set JAVA_CUSTOM_OPTS=%JAVA_CUSTOM_OPTS% %JAVA_UHM_OPTS% set JAVA_CUSTOM_OPTS=%JAVA_CUSTOM_OPTS% -Dlogback.configurationFile="./e2ecustomlogback.xml"
- For Linux,
<INSTALL-DIR>\IntegrationServer\bin\setenv.sh
JAVA_UHM_OPTS="-javaagent:../E2EMonitoring/agent/uhm-apm-agent.jar=logging.dir=./logs/ -Xbootclasspath/a:../E2EMonitoring/agent/uhm-apm-agent.jar" JAVA_CUSTOM_OPTS="${JAVA_CUSTOM_OPTS} ${JAVA_UHM_OPTS}" JAVA_CUSTOM_OPTS="${JAVA_CUSTOM_OPTS} -Dlogback.configurationFile=./e2ecustomlogback.xml"
- For Microsoft Windows,
Important: Complete the Mandatory Configuration after the
Microservices Runtime setup.