Configuring stand-alone Java applications to use HTTP/TCP proxy

How to configure stand-alone Java™ applications.

About this task

To configure a stand-alone Java application to use the HTTP/TCP proxy:

Procedure

  1. Edit the invocation command line or the system properties within the Java application to modify the HTTP proxy properties as follows:
    -Dhttp.proxyHost=<Host name or IP address of HTTP/TCP proxy> -Dhttp.proxyPort=<Port number specified during installation of Rational Integration Tester Platform Pack and/or editing registration.xml file, for example, 3128>
  2. Restart the application.
    Note: If you are setting up a HTTP/TCP proxy to provide support for HTTPS, the properties are https.proxyHost and https.proxyPort.

Feedback