Configuring Software AG webMethods Integration Server to use the HTTP/TCP proxy
You can configure the webMethods Integration Server to use the proxy by editing the server startup script.
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=<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=
- Alternatively, if you are running WMIS 8.2 (or later), edit
SET JAVA_OPTS=-Dsun.lang.classLoader
to
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
- If you are running WMIS 7.x/8.0, edit
- 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
andhttps.proxyPort
.