Introduction to creating Web applications with Manager

ArcGIS Server Manager and ArcIMS Web Manager (Manager) allow you to create and edit Web mapping applications that showcase the geographic information running on your server. Manager's easy-to-use interface is intended for people with little or no Web development experience. You don't need to know how to program with an IDE to create powerful Web mapping applications.

Through Manager, you build your Web application and tailor it to the needs of the people who will use it. Manager lets you choose the data you want to show, select map elements such as North arrows and scale bars, select tools for working with your application, and configure the map layout.

The main steps in creating your Web applications are:

The above links explain each stage of creating a Web application in Manager. If you want to briefly step through the process of building a simple application, see Tutorial: Creating a Web application. Otherwise, read on for more detailed instructions.

A note about migrating Web applications to different machines

ESRI fonts are used to display North arrows, input / output parameters for Geoprocessing, etc in the Web Mapping Application. These ESRI fonts need to be available on the machine that is serving the web mapping application. If you deploy your Web Mapping Application on a Web server machine that does not have ArcGIS Server installed you will need to install the ESRI Fonts in your web server machine.

If your web mapping application uses multiple resources from different projections, the ADF will project the layers to the coordinate system of the bottom-most layer. For some projection types the transformation information to support this is located in the folder /pedata. If you deploy your web mapping application on a Web server machine that does not have ArcGIS Server installed you will need to edit the file PeHome.properties under WEB-INF/classes of your Web Mapping Application. Edit the value for the property PEDATAHOME to the location of pedata folder.

How to start creating a Web application

To start creating your Web application, you'll need to be logged into Manager. The username and password you use depends on which software and platform you are using:

Once logged into Manager, follow these steps to start creating an application:

  1. Click the Applications tab (ArcGIS Server only).
  2. Click Create Web Application.
  3. Enter the name of the Web server machine that will host your application (.NET only).
  4. Enter a name for your application. The Applications tab in Manager lists all of the Web applications you have deployed on your server. The name that you enter here will be used in that list.
  5. Type a more detailed description of the Web application. This description will also be visible from the Applications tab.
  6. Click Next to continue to the layer selection panel.

Next topic: Selecting layers to display