Configuring the Web Adaptor after installation

After you install the ArcGIS Web Adaptor, you must configure it to work with an ArcGIS Server site. 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 and command line utility from the machine hosting the Web Adaptor. For full instructions on how to configure the Web Adaptor, see one of the sections below.

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. Open a web browser to the address http://<hostname>:<port (if not port 80)>/<Web Adaptor name>/webadaptor, for example, http://wahost/arcgis/webadaptor.
  2. For GIS Server URL, type the URL to one of the GIS servers in your ArcGIS Server site. This URL will be used to discover all of the machines participating in your site and register them with the Web Adaptor. For example, the URL will take the form http://<GIS server>:6080.
  3. Supply a user name and password for an account that has administrative privileges to the ArcGIS Server site. Typically, you'll use the primary site administrator account user name and password you defined when you created the site. If you disabled the primary site administrator account, you'll need to specify an account with administrative access to the site.
  4. Choose whether users can administer the site through the Web Adaptor. By default, administration of the site through the Web Adaptor is disabled. Here are some considerations for this option:
    • When administration is disabled, external users are blocked from accessing ArcGIS Server Manager and the ArcGIS Server Administrator Directory through the Web Adaptor. Also, ArcGIS for Desktop users are blocked from establishing administrative or publisher connections to ArcGIS Server. Keep in mind that you can still make user connections from ArcGIS for Desktop to ArcGIS Server whether this option is enabled or disabled.
    • When administrative access through the Web Adaptor is disabled, you can access Manager, the Administrator Directory, and connect to the server in ArcGIS for Desktop by using a direct URL to one of the GIS servers in your site. For example:
      • To access Manager, use the URL format http://<GIS server>:6080/arcgis/manager.
      • To access the Administrator Directory, use the URL format http://<GIS server>:6080/arcgis/admin.
      • To create a server connection in ArcGIS for Desktop, use the URL format http://<GIS server>:6080/arcgis.
    • If you disable administrative access and you also have decided to perform all authentication at the web tier, then you need to set up a second instance of the Web Adaptor that allows publishing and administrative access. You should ensure this second instance of the Web Adaptor is accessible to internal users only. For more information, see the Installing multiple Web Adaptors section below.
  5. Click Configure to apply your settings to the Web Adaptor.

When the configuration is successful, you will see a list of GIS server machines recognized by the Web Adaptor at the bottom of the configuration page (highlighted in green). You can return to this page at any time to see the list of recognized machines and adjust the Web Adaptor's settings.

Configuring the ArcGIS Web Adaptor (IIS) from the command line

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

The available parameters are as follows:

ConfigureWebAdaptor /w <WebAdaptorURL> /g <GISServerURL> /u <Username> /p <Password> /a <AdminAccessEnabled>

Example: ConfigureWebAdaptor /w http://webserver/arcgis/webadaptor /g http://GISserver:6080 /u siteadmin /p secret /a false

Configuring the ArcGIS Web Adaptor (Java Platform) from the command line

You can configure the ArcGIS Web Adaptor (Java Platform) using the command line utility in <ArcGIS Web Adaptor (Java Platform) installation directory>\WebAdaptor10.1\Java\tools\ConfigureWebAdaptor.bat.

The available parameters are as follows:

ConfigureWebAdaptor -w <WebAdaptorURL> -g <GISServerURL> -u <Username> -p <Password> -a <AdminAccessEnabled>

Example: ConfigureWebAdaptor -w http://webserver:7001/arcgis/webadaptor -g http://GISserver:6080 -u siteadmin -p secret -a false

After configuring the Web Adaptor

Now that your Web Adaptor has been configured for use, there are a few important items you should consider below:

Adding or removing GIS servers

If you add or remove GIS server machines from your site, it takes the Web Adaptor one minute to recognize the changes to your site. If you want the Web Adaptor to immediately recognize the added or removed machines, you can reconfigure it by following the instructions above.

LegacyLegacy:

Prior to ArcGIS 10.1 Web Adaptor Service Pack 1, it took, by default, 60 minutes for the Web Adaptor to recognize GIS server machines that have been added or removed from the site.

Installing multiple Web Adaptors

You can provide different web entry points into your ArcGIS Server site by installing multiple Web Adaptors. You may be motivated to do this to make your site more highly available to clients, provide support for legacy applications, or allow publishing and administrative access to specific users in a highly secure environment. For more information, see Deployment scenarios.

Multiple Web Adaptors can be installed on the same machine at the same time or the installation can be spread across separate machines. If you want to install multiple Web Adaptors on the same web site (port), they need to use different names. For example, two Web Adaptors named arcgis cannot exist on the same web site. If you want multiple Web Adaptors with the same name, you'll need to install them on separate web sites (ports).

For full instructions on how to install multiple Web Adaptors, see the following topics:

12/18/2012