1. Introduction

  2.  Welcome to the ArcGIS Web Adaptor (Java Platform) on Linux installation guide
  3.  Getting started with ArcGIS Web Adaptor
  4. Install and configure ArcGIS Web Adaptor with ArcGIS Server

  5.  About the ArcGIS Web Adaptor
  6.  An overview of implementing ArcGIS Web Adaptor with ArcGIS Server
    1. Step 1: Plan your ArcGIS Server site configuration

    2.  Inside an ArcGIS Server site
    3.  Deployment scenarios
      1. Single machine site configurations

      2.  Single-machine deployment
      3.  Single-machine deployment with reverse proxy server
      4.  Single-machine high-availability (active-passive) deployment
      5.  Single-machine high-availability (active-active) deployment
      1. Multiple machine site configurations

      2.  Multiple-machine deployment with ArcGIS Web Adaptor
      3.  Multiple-machine deployment with third party load balancer
    1. Step 2: Install ArcGIS Web Adaptor

    2.  Installing ArcGIS Web Adaptor
    3.  Silently installing ArcGIS Web Adaptor
    4.  Installing multiple ArcGIS Web Adaptors
    1. Step 3: Configure ArcGIS Web Adaptor

    2.  Configure ArcGIS Web Adaptor
    3.  Unregister ArcGIS Web Adaptor with ArcGIS Server
    1. Uninstall ArcGIS Web Adaptor

    2.  Uninstalling ArcGIS Web Adaptor
  7. Install and configure ArcGIS Web Adaptor with Portal for ArcGIS

  8.  About ArcGIS Web Adaptor
  9.  An overview of implementing ArcGIS Web Adaptor with Portal for ArcGIS
    1. Step 1: Plan your Portal for ArcGIS configuration

    2.  The portal's role in ArcGIS
    1. Step 2: Enable HTTPS on your web server

    2.  Enable HTTPS on your web server
    1. Step 3: Install ArcGIS Web Adaptor

    2.  Install ArcGIS Web Adaptor
    3.  Silently installing ArcGIS Web Adaptor
    1. Step 4: Configure ArcGIS Web Adaptor

    2.  Configure ArcGIS Web Adaptor
    3.  Configure multiple ArcGIS Web Adaptors
    4.  Unregistering ArcGIS Web Adaptor with Portal for ArcGIS
    1. Uninstall ArcGIS Web Adaptor

    2.  Uninstalling ArcGIS Web Adaptor
  10. Reference

  11.  ArcGIS Web Adaptor 10.7.x system requirements
  12.  Configure your portal to use a reverse proxy server
  13.  Questions, feedback, and information
  14.  Copyright information

Configure multiple ArcGIS Web Adaptors

Multiple ArcGIS Web Adaptors will be required when configuring a highly available portal that uses web-tier authentication. To configure multiple Web Adaptors with Portal for ArcGIS, a single endpoint needs to be used to access the portal. This URL must be defined in the WebContextURL property. Multiple Web Adaptors can then be configured with the portal following the steps below.

Steps:
  1. Configure the first ArcGIS Web Adaptor with your portal.
  2. Add Portal for ArcGIS to your reverse proxy server. Ensure you set the WebContextURL property as follows:
    1. Open a web browser and sign in to the ArcGIS Portal Directory as an Administrator of your organization. The URL is formatted https://portal.domain.com:7443/arcgis/portaladmin.
    2. Click System > Properties > Update Properties. This will cause the Portal for ArcGIS service to restart. You will need to wait for the restart to complete before continuing.
    3. On the Update System Properties dialog box, insert the following JSON, substituting your own reverse proxy server or DNS alias URL as seen by users outside your organization's firewall.
      {
         "WebContextURL": "https://reverseproxy.domain.com/myorg"
      }
    4. Click Update Properties.
  3. Configure additional Web Adaptors.

All Web Adaptors configured with the portal will be listed on the configuration summary page. Users will access the portal site through the reverse proxy server or DNS alias URL.

NoteNote:

Portal for ArcGIS only supports a single DNS.