Defining a Tiled Map Service

Create a new map service using the <mapservice> element tag. For example:

<mapservice  id="mapservice0" servertype="REST" url="http://<host name>:8399/arcgis/rest/services/<mapservice>/MapServer"
label="Lea Map" type="tiled" visible="true" alpha="1"
icon="com/esri/solutions/flexviewer/assets/images/icons/i_shuttle.png">

The servertype="REST" and type="tiled" attributes are used to identify that this is a pooled and tiled map service. When using the ESRI Configuration Utility to configure a new map service, this is done automatically.


WebFOCUS