The <index-map-servlet> element is used to specify the ArcIMS servlet path on the server used in producing the index map image.
This element is used in conjunction with the <index-map-server>,
<index-map-service> and
<index-map-dataframe> elements.
This element is optional. If it does not appear in a site configuration
file, the index map servlet path defaults to
"/servlet/com.esri.esrimap.Esrimap". This element must be used if the
servlet path has been aliased or is not the standard one shown above.
| Frequency |
Parent Elements (the <index-map-servlet> element is valid within): |
|
POS1 |
<site-config> |
| |
|
|
| Frequency |
Description (in this context) |
|
POS1 |
The <index-map-servlet> element may appear once within the
<site-config> element in the specified sequence.
|
| |
|
|
|
Attributes |
Description |
|
path |
The servlet path of the ArcIMS server used for the index map. Required.
|
| |
|
|
Example:
<index-map-server host="someserver.com" />
<index-map-servlet path="alias/servlet/com.esri.esrimap.Esrimap" />
<index-map-service name="someservice" />
<!- Dataframe should be specified for ArcMap Services -->
<index-map-dataframe name="Layers" />