How to configure the webMethods Integration Server.
About this task
To configure webMethods Integration Server
(WMIS) to use the proxy:
Procedure
- Configure the server startup script (<Software
AG installation directory>\IntegrationServer\bin\server.bat)
as follows:
- If you are running WMIS 7.x/8.0, edit
%JAVA_RUN% -DWM_HOME=
to
%JAVA_RUN% -Dhttp.proxyHost=<Host name or IP address of HTTP/TCP proxy> -Dhttp.proxyPort=<Port number specified during installation of Rational Test Control Panel and/or editing registration.xml file, for example, 7819> -DWM_HOME=
- Alternatively, if you are running WMIS 8.2 (or
later), edit
SET JAVA_OPTS=-Dsun.lang.classLoader
to
SET JAVA_OPTS=-Dhttp.proxyHost=<Host name or IP address of HTTP/TCP proxy> -Dhttp.proxyPort=<Port number specified during installation of Rational Test Control Panel and/or editing registration.xml file, for example, 7819> -Dsun.lang.classLoader
- Save and close the file.
- Restart WMIS.
Note: If
you are setting up a HTTP/TCP proxy to provide support for HTTPS,
the properties are https.proxyHost and https.proxyPort.