HTTP/TCP プロキシーを使用するための Software AG webMethods Integration Server の構成

サーバー起動スクリプトを編集して、プロキシーを使用するように webMethods Integration Server を構成できます。

プロキシーを使用するように webMethods Integration Server (WMIS) を構成するには、以下のようにします。

  1. サーバー始動スクリプト(<Software AG_Root_Directory>\<Profiles>\<Integration_Server_Instance_Name>\bin\server.bat)を以下のように構成します。
    • WMIS 7.x/8.0 を実行している場合は、以下を
      %JAVA_RUN% -DWM_HOME=

      %JAVA_RUN% -Dhttp.proxyHost=<Hostname or IP address of HTTP/TCP proxy> -Dhttp.proxyPort=<Port number specified during installation of the server and/or editing registration.xml file, for example, 3128 -DWM_HOME=
    • 一方、WMIS 8.2 (またはこれ以降) を実行している場合は、以下を
      SET JAVA_OPTS=-Dsun.lang.classLoader

      SET JAVA_OPTS=-Dhttp.proxyHost=<Hostname or IP address of HTTP/TCP proxy> -Dhttp.proxyPort=<Port number specified during installation of the server and/or editing registration.xml file, for example, 3128> -Dsun.lang.classLoader
    • あるいは、WMIS 10.15(またはそれ以降)を実行している場合は、次のシステム・プロパティーを追加します。
      JAVA_SYSPROPS=<Name_of_SystemProperty>-Dhttp.proxyHost=<Hostname or IP address of HTTP/TCP proxy> -Dhttp.proxyPort=<Port number specified during installation of the server and/or editing registration.xml file, for example, 3128> -Dcom.softwareag.platform.bootstrap.anchor=<Name_of_Anchor>
  2. ファイルを保存して閉じます。
  3. WMISを再始動します。
    注:
    HTTPS をサポートできるように HTTP/TCP プロキシーをセットアップする場合、プロパティーは https.proxyHost および https.proxyPort です。