Create the Oracle Forms app

  1. Sign in to the Access Gateway Admin UI console.
  2. Click the Applications tab.

  3. Click +Add.

  4. Select Oracle Forms from the left menu. Click Create.

  5. In the Essentials pane enter the following:

    Field Value
    Label A name for the app.
    Public Domain A fully qualified hostname in the format yourexternalname.yourdomain.com (for example, app-forms.externalexample.com)
    Protected Web Resource The URL of the internal, protected app. For example, app-forms.internalexample.com:port/path, where
    • port: The port Oracle Forms listens on for HTTP requests.
    • path: The path to the application.

    See Configure load balancing.

    Group The group that contains the users who should be able to access the app.
    Post Login URL Enter or modify the post login URL. By default this field is enabled and contains value:

    app-forms.externalexample.com/workspace

    The Post Login URL. By default this field is enabled and contains the value:

    yourexternalname.yourdomain.com/OA_HTML/AppsLogin.

    Description Optional. An appropriate description for your application.

Configure load balancing

Only use Access Gateway as the load balancer. See Load balancing.

  1. Expand the Protected Web Resource tab.
  2. Enable Load Balancing By Access Gateway.

    A table of hostnames and weights representing the target load balancing instances appears. This table is initially empty. Click edit to modify an entry in the table, or click delete to delete an entry.

  3. Choose either HTTP or HTTPS as the URL scheme. Each protected web resource that you add inherits this scheme.
  4. Optional. Enable and specify Host Header value.
  5. Complete the following steps to add a host, repeat as required:
    1. Click Add protected web resource.
    2. Enter a fully qualified hostname:port combination (for example, https://backendserver1.atko.com:7001).
    3. Enter a weight from 1 to 100. Enter 0 to specify that a host is disabled.

      Weights represent the percentage of requests that will be routed to this host.

      For example, two hosts of weights 2:1 would result in requests being routed ~66% to the host weighted 2 and ~33% to the host weighted 1.

    4. Click Okay.
  6. Optional. Configure health checks, which use GET operations to confirm that back-end resources are functional.

    New requests aren't routed to resources that have been labeled unhealthy by the health checks.

    1. Enable Load Balancer Health Check.
    2. Click Edit to modify health check settings.
    3. Modify settings as required.
      FieldValue

      Default

      PathURI to resource used in health check./
      MethodHTTP method used.Always GET
      Status codeHTTP status code used to determine health.200
      IntervalInterval between health checks in seconds.10
      Request timeoutHealth check request timeout in seconds.1
      Healthy thresholdNumber of successful requests before a host is considered healthy.3
      Unhealthy thresholdNumber of failed requests before a host is considered unhealthy.3
    4. Click Save to save changes or click Cancel to exit without saving.

Next steps

Configure certificates