Skip To Content

Configure local resources for disconnected deployments

If you're deploying ArcGIS Workflow Manager Server in an environment where there is no internet connection available or internet access is prohibited by your organization, you must configure local resources for the ArcGIS Workflow Manager web app.

Basemap

Portal for ArcGIS comes preconfigured with a collection of basemaps from ArcGIS Online that can be used with the ArcGIS Workflow Manager web app.

Note:

The ArcGIS Online basemaps require internet access. You'll need to configure the web app to use a local basemap.

  1. Open <Portal for ArcGIS installation location>\apps\workflowmanager\conf\appconfig.json in a text editor.
  2. Add the mapItemId key and the map item ID using the following example: "mapItemId": "eae4b56daad2453e915cdc2638c74383.
  3. Save the file.
  4. Restart the ArcGIS Workflow Manager Server service using the Windows Services console.

Style sheet

Complete the following steps to configure the ArcGIS Workflow Manager web app to use a local style sheet:

  1. Open the <Portal for ArcGIS installation location>\apps\workflowmanager\index.html file in a text editor.
  2. Update <link rel="stylesheet" href="https://js.arcgis.com/4.11/esri/css/main.css"> to use a local style sheet using the following example: <link rel="stylesheet" href=https://webadapterhost.domain.com/portalwebadaptorname/jsapi/jsapi4/esri/css/main.css.
  3. Save the file.
  4. Restart the ArcGIS Workflow Manager Server service using the Windows Services console.

In this topic
  1. Basemap
  2. Style sheet