Configure application

The Public Notification application consumes services you authored and geographic information from your organization.

Public Notification

To configure the Public Notification application, complete the following steps:

  1. Using Windows Explorer, browse to the Application\PublicNotification folder and open the proxy.config file in Microsoft Notepad or another text editor. Enter the URL for each service referenced in the configuration of the application, then save the file and exit.
  2. Using Windows Explorer, browse to the Application\PublicNotification\js folder and open the config.js file in Microsoft Notepad or another text editor. Replace each URL with the path to your corresponding service, then save the file and exit.
    Replace each of these URLs... With URLs for these services from your REST endpoint...
    http://yourserver/ArcGIS/rest/services/GeneralPurpose/MapServer GeneralPurpose service
    http://yourserver/ArcGIS/rest/services/ImageryHybrid/MapServer ImageryHybrid service
    http://yourserver/ArcGIS/rest/services/AdministrativeAreas/MapServer/0 AdministrativeAreas service
    http://yourserver/ArcGIS/rest/services/TaxParcelQuery/MapServer/0 TaxParcelQuery service
    http://yourserver/ArcGIS/rest/services/RoadCenterlineQuery/MapServer/0 RoadCenterlineQuery service
    http://yourserver/arcgis/rest/services/PublicNotification/GPServer/GenerateAveryLabels PublicNotification geoprocessing service
    http://yourserver/arcgis/rest/services/PublicNotification/GPServer/GenerateCSVMailingList PublicNotification geoprocessing service
    http://yourserver/arcgis/rest/services/Utilities/Geometry/GeometryServer Geometry service
Top