This topic applies to webMethods Integration Server 9.0 and 9.5.
Specify the agent parameters string in the server.bat or server.sh file. You can use the agent install assistant to determine the required value. The following example is based on the pure Java agent:
set JAVA_TOOL_OPTIONS=-javaagent:E:/agent/InsightAgent.jar=url=tcp://172.24.255.255:2009,name=wm
Follow these steps:
If webMethods Integration Server is defined as a Windows service, you can edit the server.bat file by inserting the agent parameters string in the /jvmargs value that is defined in the if "1%1"=="1-service" switch. For example:
"%IS_DIR%\bin\SaveSvcParams.exe" /svcname %2 /jvm "%JAVA_DIR%\.." /binpath "%PATH%" /classpath %CLASSPATH% /jvmargs "-javaagent:c:/DevTest/agent/InsightAgent.jar=name=MyIS %JAVA2_MEMSET%" /progargs "%IS_DIR%\bin\ini.cnf"#"-service %2"#%PREPENDCLASSES_SWITCH%#%PREPENDCLASSES%#%APPENDCLASSES_SWITCH%#%APPENDCLASSES%#%ENV_CLASSPATH_SWITCH%#%ENV_CLASSPATH%#%3#%4#%5#%6#%7#%8#%9
Copyright © 2014 CA Technologies.
All rights reserved.
|
|