VSERVERS | Examples |
<VSERVERS > No Attributes (m) <VSERVER... /> </VSERVERS > | |
(m): Child element can be used multiple times. |
Example 1: When adding a new Virtual Server. This example adds an ArcMap Image Server. | Back to Top |
<?xml version="1.0"?>
<ADMINCMD version="1.0"> <PSERVERS> <PSERVER type="add" machine="mymachine.domain.com"/> </PSERVERS> <VSERVERS> <VSERVER type="add" name="ImageServerArcMap2" access="Public" description="ImageServer ArcMap Example" servicetype="ImageServer" version="ArcMap" referencehour="1" referenceminute="0" frequency="2" > <PSERVER id="mymachine.domain.com_4" threads="1"/> <PSERVER id="mymachine.domain.com_5" threads="1"/> </VSERVER> </VSERVERS> </ADMINCMD> |