Configuring the ArcGIS Web Adaptor

After you install the 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.

NoteNote:

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 is 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.

Steps:
  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. Select 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. Portal for ArcGIS is restarted and will take a few minutes to complete.

After your portal restarts, the 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 have 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 will 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 the 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>

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, Portal for ArcGIS is restarted and will take a few minutes to complete. After your portal restarts, the 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.

12/18/2014