Table of Contents

Search

  1. Preface
  2. Runtime environments
  3. Hosted Agent
  4. Secure Agent groups
  5. Secure Agents
  6. Secure Agent installation in a cloud environment
  7. Secure Agent installation in a local environment
  8. Serverless runtime environment setup in AWS
  9. Serverless runtime environments

Runtime Environments

Runtime Environments

Configure the proxy in the JVM options

Configure the proxy in the JVM options

To apply proxy server settings when you run mappings or tasks, configure JVM options in Administrator.
  1. On the
    Serverless Environments
    page, click the name of the serverless runtime environment.
  2. Click
    Edit
    .
  3. In the
    Runtime Configuration Properties
    section, select the
    Service
    as
    Data Integration Server
    and the
    Type
    as
    DTM
    .
  4. Edit any of the JVMOption fields and specify appropriate values for each parameter based on whether you use an HTTPS or HTTP proxy server.
    The following table describes the parameters:
    Parameter
    Description
    -Dhttp.proxySet=
    Determines if the serverless runtime environment must use the proxy settings when the outgoing proxy server is HTTP. Select -Dhttp.proxySet=True to use the proxy.
    -Dhttps.proxySet=
    Determines if the serverless runtime environment must use the proxy settings when the outgoing proxy server is HTTPS. Select -Dhttps.proxySet=True to use the proxy.
    -Dhttp.proxyHost=
    Host name of the outgoing HTTP proxy server.
    -Dhttp.proxyPort=
    Port number of the outgoing HTTP proxy server.
    -Dhttp.proxyUser=
    Authenticated user name for the HTTP proxy server.
    -Dhttp.proxyPassword=
    Password for the authenticated user.
    -Dhttps.proxyHost=
    Host name of the outgoing HTTPS proxy server.
    -Dhttps.proxyPort=
    Port number of the outgoing HTTPS proxy server.
    -Dhttps.proxyUser=
    Authenticated user name for the HTTPS proxy server.
    -Dhttps.proxyPassword=
    Password for the authenticated user.
  5. Click
    Save
    .

0 COMMENTS

We’d like to hear from you!