Skip To Content

Configuring ArcGIS Web Adaptor

In this topic

After you install ArcGIS Web Adaptor, you must configure it to work with Portal for ArcGIS. You'll do this from a configuration web page or from a command line utility that was installed with the Web Adaptor. As a security measure, you can only access the configuration page from the machine hosting the Web Adaptor.

When you open the configuration page, the current status of the Web Adaptor is displayed. This indicates if the Web Adaptor has been previously configured. To view the platform type and version number of the Web Adaptor, click About on the configuration page.

If you've already configured a Web Adaptor with Portal for ArcGIS and want to update your portal to use a different Web Adaptor, you'll first need to unregister the current Web Adaptor. You can only do this through the ArcGIS Portal Directory; the unregister functionality is not available from the Web Adaptor configuration page or the portal website. For full instructions, see Unregistering the ArcGIS Web Adaptor with Portal for ArcGIS.

For full instructions on how to configure the Web Adaptor, follow the steps below.

Caution:

Before proceeding, ensure the Web Adaptor is installed on a website running on port 80. The Web Adaptor cannot be configured with Portal for ArcGIS if it's installed on a website running on a port other than 80.

Configuring the Web Adaptor from the configuration web page

To configure the Web Adaptor from the configuration web page that was installed with the software, follow the steps below.

  1. If you haven't done so already, enable SSL on port 443 of your web server. To learn more, see Enabling SSL on your web server.
  2. Open the Web Adaptor configuration page in a web browser using an HTTPS URL such as https://webadaptor.domain.com/arcgis/webadaptor.
  3. Choose Portal for ArcGIS and click Next.
  4. For Portal URL, type the URL to the machine hosting Portal for ArcGIS. Include the fully qualified domain name of the machine in the URL, for example, https://portal.domain.com:7443.
  5. Supply a user name and password for an account that has administrative privileges to Portal for ArcGIS. Typically, you'll use the initial administrator account user name and password you defined when you first set up your portal. If you demoted or deleted the initial administrator account, you'll need to specify an account with administrative access to the portal website.
  6. Click Configure.

ArcGIS Web Adaptor is configured for use with the machine hosting Portal for ArcGIS. Now, you'll access your portal through the Web Adaptor URL, instead of port 7443. The URL is in the following format: https://webadaptor.domain.com/arcgis/home.

If you configured your portal to use SSL for all communication, you should update the installed portal website and help shortcut URLs to use https instead of http; otherwise, you'll see failures in your browser when attempting to access the original shortcut URLs.

If you'll be configuring Portal for ArcGIS with your organization's reverse proxy server, you'll need to provide some information to your portal about the proxy server. For full instructions, see Configuring a reverse proxy server with your portal.

Configuring the Web Adaptor from the command line

You can configure ArcGIS Web Adaptor (IIS) using the command line utility (ConfigureWebAdaptor.exe) in C:\Program Files (x86)\Common Files\ArcGIS\WebAdaptor\IIS\Tools.

The available parameters are as follows:

ConfigureWebAdaptor.exe /m <Mode> /w <WebAdaptorURL> /g <URL> /u <Username> /p <Password>

  • <Mode>—The product mode in which the Web Adaptor will be configured. By default, this parameter is set to server, meaning that the Web Adaptor will be configured for use with ArcGIS Server. Since you're configuring the Web Adaptor for use with Portal for ArcGIS, specify this parameter as portal.

  • <WebAdaptorURL>—The URL of the Web Adaptor that you want to configure from the command line. This is the same URL that would be used if you were accessing the Web Adaptor's configuration page in a web browser. You're required to specify the HTTPS URL of the Web Adaptor, for example, https://webadaptor.domain.com/arcgis/webadaptor.

  • <URL>—The URL of the machine hosting Portal for ArcGIS. Include the fully qualified domain name of the machine in the URL, for example, https://portal.domain.com:7443.

  • <Username>—The user name of an account that has administrative privileges to Portal for ArcGIS. Typically, you'll use the initial administrator account you defined when you first set up your portal.

  • <Password>—The password of an account that has administrative privileges to Portal for ArcGIS. Typically, you'll use the initial administrator account you defined when you first set up your portal.

Example: ConfigureWebAdaptor.exe /m portal /w https://webadaptor.domain.com/arcgis/webadaptor /g https://portal.domain.com:7443 /u initialadmin /p secret

After executing the command, ArcGIS Web Adaptor is configured for use with the machine hosting Portal for ArcGIS. Now, you'll access your portal through the Web Adaptor URL, instead of port 7443. The URL is in the following format: https://webadaptor.domain.com/arcgis/home.

If you'll be configuring Portal for ArcGIS with your organization's proxy server, you'll need to provide some information to your portal about the proxy server. For full instructions, see Configuring a proxy server with your portal.