webMethodsスタートアップ設定
webMethods Integration Server や My webMethods Server をインストゥルメント化するには、サーバーの起動スクリプトに Java エージェントを追加します。
Java エージェント設定は、サーバーホームの bin サブディレクトリ下にある、runtime.bat/runtime.sh ファイルまたは server.bat/server.sh ファイルに入れることができます。
Instrument webMethods with the Tanuki Wrapper
For webMethods servers that use the Tanuki Java service wrapper for start-up, you need to
configure the agent in the wrapper.conf file. See Tanukiサービスラッパー設定.
Note that the order of arguments in the file is important. Specifically, when instrumenting
an OSGI-based platform, the agent configuration must precede the
bootclasspath argument.
For example, the following listing shows the Java options used in a sample
wrapper.conf file:
# Java Additional Parameters
...
wrapper.java.additional.4=-XX:MaxPermSize=256M
wrapper.java.additional.5=-javaagent:/opt/appd/appagent/javaagent.jar
wrapper.java.additional.6=-Xbootclasspath/a:"%OSGI_INSTALL_AREA%/lib/runtime/platform-jaasproxy.jar"