Skip To Content

Run geoprocessing services or surveys in a different portal

To run geoprocessing services or surveys on a portal other than your ArcGIS Workflow Manager Server system, add an application file.

  1. Add the following text to the WorkflowManager.conf file in any location:
    play.ws.ssl { trustManager = { stores = [ { type = "PEM", path = "conf/" } { path = ${java.home}/lib/security/cacerts, password = "changeit" }] } }
  2. Customize the password.

    This is necessary for certificate authentication.

    The WorkflowManager.conf file is located at C:/ProgramData/esri/workflowmanager.

  3. Copy a valid domain certificate to <ArcGIS Server installation location>\workflowmanager\conf.