Skip To Content

Configure a disconnected deployment

If you are configuring ArcGIS Notebook Server in an environment with no internet connection or internet access is prohibited by your organization, you must configure the jsapiCDN system property on Notebook Server.

Configure the jsapiCDN system property

Follow the steps below to configure the jsapiCDN system property.

Note:

Ensure that there are no active notebooks in use before making this change, as updating the notebook server's system properties will terminate all active notebook containers.

  1. Sign in to the ArcGIS Notebook Server Administrator Directory as an administrator.

    The directory is commonly accessible at https://notebookserver.domain.com:11443/arcgis/admin or https://notebookserverwebadaptor.domain.com/webadaptor/admin.

  2. Click System > Properties.
  3. Click Update properties.
  4. Add "jsapiCDN": "https://[your-portal-hostname].[domain]/portal/jsapi/jsapi" to the end of the existing list of properties.
  5. Click Update properties to save the changes.

All newly opened notebooks will now use the updated JavaScript API for rendering the map widget.