ArcGIS Server配置文件

创建日期:2024-06-21
更新日期:2025-01-20

/java/manager/config/build.properties

#Sat May 11 14:15:06 CST 2024
tomcat.username=arcgismanager
tomcat.manager.url=http\://localhost\:8399/manager
tomcat.server=localhost
tomcat.password=fSZmrR2y+OQEuFy1DsSOaA\=\=
tomcat.dir=../../../service/tomcat

/java/manager/config/applications/defaultservers.xml


<servers>
 <server type="arcgis_local">
  <server-host>win-6si44f1qrn7</server-host>
  <user>
   <domain>WIN-6SI44F1QRN7</domain>
   <user-name>arcgismanager</user-name>
   <password>fSZmrR2y+OQEuFy1DsSOaA==</password>
  </user>
 </server>
 <server type="arcgis_internet">
  <catalog-url>http://win-6si44f1qrn7:8399/arcgis/services</catalog-url>
 </server>
 <server type="arcgis_internet">
  <catalog-url>http://server.arcgisonline.com/arcgis/services</catalog-url>
 </server>
 <server type="ve">
  <user>
   <appId>myapp</appId>
  </user>
 </server>
</servers>

/java/manager/service/derby/derby.log

Apache Derby Network Server - 10.2.2.0 - (485682) 已启动并且已准备好 2024-05-11 07:44:22.810 GMT 时在端口 8621 上接受连接
----------------------------------------------------------------
2024-05-11 07:44:23.146 GMT:
正在引导数据库目录 D:\Program Files (x86)\ArcGIS\Server10.0\java\manager\service\derby\arcgissecuritystore  中的
Derby VThe Apache Software Foundation - Apache Derby - 10.2.2.0 - (485682) 实例 c013800d-018f-669c-2ef9-fffff4f67701

数据库类装入器已启动 - derby.database.classpath=“”

/java/manager/service/derby/arcgissecuritystore/services.properties

#D:\Program Files (x86)\ArcGIS\Server10.0\java\manager\service\derby\arcgissecuritystore
# ********************************************************************
# ***                     \u8BF7\u4E0D\u8981\u7F16\u8F91\u6B64\u6587\u4EF6\u3002                       ***
# ***              \u66F4\u6539\u6B64\u6587\u4EF6\u7684\u5185\u5BB9\u53EF\u80FD\u5BFC\u81F4\u6570\u636E\u635F\u574F\u3002              ***
# ********************************************************************
#Fri Jan 14 13:56:44 CST 2022
SysschemasIndex2Identifier=225
SyscolumnsIdentifier=144
SysconglomeratesIndex1Identifier=49
SysconglomeratesIdentifier=32
SyscolumnsIndex2Identifier=177
SysschemasIndex1Identifier=209
SysconglomeratesIndex3Identifier=81
SystablesIndex2Identifier=129
SyscolumnsIndex1Identifier=161
derby.serviceProtocol=org.apache.derby.database.Database
SysschemasIdentifier=192
derby.storage.propertiesId=16
SysconglomeratesIndex2Identifier=65
derby.serviceLocale=zh_CN
SystablesIdentifier=96
SystablesIndex1Identifier=113

/java/manager/service/lib/manager_config.properties

#Manager service port
com.esri.arcgis.manager.port=2099
#Start administration TOMCAT
com.esri.arcgis.manager.startadmintomcat=true
#java manager config directory
com.esri.arcgis.manager.BASE_DIR=../../config
#sitebuilder
com.esri.arcgis.manager.sitebuilder.WEB_APPS_SERVER_HOST=localhost
com.esri.arcgis.manager.sitebuilder.WEB_APPS_SERVER_USESSL=false
#start applications Tomcat
com.esri.arcgis.manager.startmanagerappserver=true
#Tomcat Home Directory
CATALINA_HOME=../tomcat
#Admin Tomcat Base Directory
managerserver=../managerserver
#Applications Tomcat Base Directory
managerappserver=../managerappserver
#Applications Tomcat jvm options
com.esri.arcgis.manager.applicationtomcat.jvm.options=-Xms256m -Xmx512m -XX:MaxPermSize=512m
#Java Home Directory
JAVA_HOME=../../../jre/bin/java
#Proxy Properties
http.proxyHost=
http.proxyPort=
http.proxyUser=
http.proxyPassword=
securedProxy=false
https.proxyHost=
https.proxyPort=
https.proxyUser=
https.proxyPassword=
#Windows LAN Manager Authentication Level
ARCGIS_LM_COMPATIBILITY_LEVEL=1
#Derby database port number
com.esri.arcgis.manager.derby.port=8621
#start derby database
com.esri.arcgis.manager.startderby=true
#Security roles
everyone_role=Everyone
anonymous_role=Anonymous
authenticated_role=Authenticated
#VE Resources
com.esri.arcgis.manager.sitebuilder.IMAGERY_SERVICE_PRODUCTION_URL=http://dev.virtualearth.net/webservices/v1/imageryservice/imageryservice.svc
com.esri.arcgis.manager.sitebuilder.GEOCODING_SERVICE_PRODUCTION_URL=http://dev.virtualearth.net/webservices/v1/geocodeservice/geocodeservice.svc

/java/manager/service/logs/manager_stderr.txt

/java/manager/service/logs/manager_stdout.txt

/java/manager/service/logs/managerappserver.日期.log

/java/manager/service/managerappserver/conf/tomcat-users.xml

<tomcat-users>
  <role rolename="manager"/>
  <user password="fSZmrR2y+OQEuFy1DsSOaA==" roles="manager" username="arcgismanager"/>
</tomcat-users>

/java/manager/web_output/mobile/WEB-INF/classes/resources/mcs-config.properties

### Mobile Content Service Properties ###

###=====================================================================
### Content Storage Settings 
###=====================================================================
### The implementation used to store content in the file system
content.store.impl.class=com.esri.mcs.data.FileSystemStoreImpl
### Alternate Usage
#content.store.impl.class=com.myimpl.MyClassImpl{K1=VALUE1, K2=VALUE2}
### The location where the content is physically stored
FileSystemStoreImpl.content.dir.loc=c:/arcgisserver/arcgismobile

###=====================================================================
### Security Settings 
###=====================================================================
### When roles are added, security is enforced on Admin operations 
### (For Example: creating a folder, uploading content, etc.)
admin.security.roles=agsadmin
### When roles are added, security is enforced while viewing the content
#content.security.roles=agsadmin,agsusers
### The key used for generating tokens. If none specified, a random key will be generated.
#security.token.key=admin.changeit

### The implementation to be used to enforce security 
security.store.impl.class=com.esri.mcs.data.security.AGSSecurityStoreImpl
### The host name of the SOM machine used by AGSSecurityStoreImpl to ensure that
### the specified username belongs to the AGSADMIN group
AGSSecurityStoreImpl.security.host=win-6si44f1qrn7
### The domain that is used by AGSSecurityStoreImpl to connect to the SOM machine
AGSSecurityStoreImpl.security.domain=WIN-6SI44F1QRN7

###=====================================================================
### General Settings 
###=====================================================================
cache.expiration.time=2592000

###=====================================================================
### L10N Settings 
###=====================================================================
content.title=Mobile Content Directory
content.label=Content
admin.title=Mobile Content Directory - Admin
admin.login.label=Admin logged in as : 
admin.logout.label=Logout

###=====================================================================
### Private Settings. DO NOT CHANGE.
###=====================================================================
content.root.dir.names=MobileWeb{Maps};WindowsMobile{Projects}
content.root.dir.types=Web Map;Windows Mobile Package
content.root.dir.package.types=Text;File
content.root.dir.include.thumbnails=true;false
### Item Properties
iteminfo.xml.nodes.create=name,title,description,extent,snippet;
iteminfo.xml.nodes.create.type=TEXT,TEXT,TEXTAREA,TEXT,TEXTAREA;
iteminfo.xml.nodes.view=name,title,description,spatialReference,extent,snippet;name,title,description,spatialReference,extent,snippet

/java/manager/web_output/rest/WEB-INF/classes/server.properties

#Sat May 11 14:15:05 CST 2024
com.esri.rest.USER_NAME=arcgismanager
com.esri.rest.HOST=win-6si44f1qrn7
com.esri.rest.PASSWORD=fSZmrR2y+OQEuFy1DsSOaA\=\=
com.esri.rest.SECONDARY_HOSTS=
com.esri.rest.SERVER_CLUSTER_TYPE=
com.esri.rest.SOAP_URL=http\://win-6si44f1qrn7\:8399/arcgis/services
com.esri.rest.DOMAIN=WIN-6SI44F1QRN7
com.esri.rest.PASSWORD_ENCRYPTED=true

/java/manager/web_output/rest/WEB-INF/classes/resources/rest-config.properties

#Config parameters
config.current-version=10.0
config.buffer-size=32768
config.http-port=8399
config.ssl-port=8343
config.reverse-proxy-http-port=80
config.reverse-proxy-ssl-port=443
config.services-directory-disabled=false
config.generated-tile-access-timeout=60
config.supported-service-types=MapServer,GeocodeServer,GPServer,NAServer,GeometryServer,ImageServer,GlobeServer,GeoDataServer,FeatureServer,MobileServer
#cache config
#max number of cached objected
config.cache.cached-objects-limit=1000
#mode = manual or scheduled or periodic
config.cache.clear-cache-mode=manual
#clear cache daily at 11pm (for "scheduled" mode)
#config.cache.clear-cache-time=23:00
#clear cache after every 90 minutes (for "periodic" mode)
#config.cache.clear-cache-interval=90
#security config
#config.security.users-services-cache-limit=5000
#admin key for generating admin tokens. If none specified, a random key will be generated.
config.admin.key=admin.changeit
#max-upload size for attachments
#config.max-upload-size=5

#JS API URLs
jsapi.arcgis=http://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.0
jsapi.arcgis.sdk=http://resources.arcgis.com/content/arcgis-api-javascript
jsapi.arcgis.css=http://serverapi.arcgisonline.com/jsapi/arcgis/2.0/js/dojo/dijit/themes/tundra/tundra.css
jsapi.arcgis.https=https://serverapi.arcgisonline.com/jsapi/arcgis/?v=2.0
jsapi.arcgis.css.https=https://serverapi.arcgisonline.com/jsapi/arcgis/2.0/js/dojo/dijit/themes/tundra/tundra.css
jsapi.ve=http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1
jsapi.ve-extender=http://serverapi.arcgisonline.com/jsapi/ve?v=1.2
jsapi.ve-extender.sdk=http://resources.esri.com/arcgisserver/apis/javascript/ve
jsapi.ve.terms=http://www.microsoft.com/maps/product/terms.html
jsapi.ve.https=https://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=6.1
jsapi.ve-extender.https=https://serverapi.arcgisonline.com/jsapi/ve?v=1.2
jsapi.gmaps=http://maps.google.com/maps?file=api&v=2
jsapi.gmaps-extender=http://serverapi.arcgisonline.com/jsapi/gmaps?v=1.2
jsapi.gmaps.key=
jsapi.gmaps-extender.sdk=http://resources.esri.com/arcgisserver/apis/javascript/gmaps
jsapi.gmaps.terms=http://code.google.com/apis/maps/terms.html

#ArcGIS.com URLs
arcgis.com.map=http://www.arcgis.com/home/webmap/viewer.html

base.url=http://WIN-6SI44F1QRN7:8399/arcgis/sdk/rest

#General Services Directory help
servicesdirectory=servicesdirectory.html

#/ or /<servername>/<foldername>
catalog=index.html?catalog.html

#/.../MapServer
mapserver=index.html?mapserver.html
#/.../MapServer/export
mapserver.export=index.html?export.html
#/.../MapServer/identify
mapserver.identify=index.html?identify.html
#/.../MapServer/find
mapserver.find=index.html?find.html
#/.../MapServer/generateKml
mapserver.generatekml=index.html?generatekml.html
#/.../MapServer/tile/*
mapserver.tile=index.html?tile.html
#/.../MapServer/<layerid>
mapserver.layer=index.html?layer.html
#/.../MapServer/layers
mapserver.layer=index.html?layers.html
#/.../MapServer/<layerid>/query
mapserver.layer.query=index.html?query.html
#/.../MapServer/<layerid>/queryRelatedRecords
mapserver.layer.queryRelatedRecords=index.html?queryrelatedrecords.html
#/.../MapServer/<layerid>/<featureid>
mapserver.layer.feature=index.html?msfeature.html
#/.../MapServer/<layerid>/<featureid>/attachments
mapserver.layer.feature.attachments=index.html?msattachmentinfos.html
#/.../MapServer/<layerid>/<featureid>/<attachmentid>
mapserver.layer.feature.attachment=index.html?msattachment.html
#/.../MapServer/<layerid>/exts/<extensionName>
mapserver.extension=index.html?extension.html

#/.../FeatureServer
featureserver=index.html?featureserver.html
#/.../FeatureServer/<layerid>
featureserver.layer=index.html?fslayer.html
#/.../FeatureServer/<layerid>/query
featureserver.layer.query=index.html?fsquery.html
#/.../FeatureServer/<layerid>/queryRelatedRecords
featureserver.layer.queryRelatedRecords=index.html?fsqueryrelated.html
#/.../FeatureServer/<layerid>/addFeatures
featureserver.layer.addFeatures=index.html?fsadd.html
#/.../FeatureServer/<layerid>/updateFeatures
featureserver.layer.updateFeatures=index.html?fsupdate.html
#/.../FeatureServer/<layerid>/deleteFeatures
featureserver.layer.deleteFeatures=index.html?fsdelete.html
#/.../FeatureServer/<layerid>/applyEdits
featureserver.layer.applyEdits=index.html?fsedits.html
#/.../FeatureServer/<layerid>/<featureid>
featureserver.layer.feature=index.html?msfeature.html
#/.../FeatureServer/<layerid>/<featureid>/addAttachment
featureserver.layer.feature.addAttachment=index.html?fsaddattachment.html
#/.../FeatureServer/<layerid>/<featureid>/updateAttachment
featureserver.layer.feature.updateAttachment=index.html?fsupdateattachment.html
#/.../FeatureServer/<layerid>/<featureid>/deleteAttachments
featureserver.layer.feature.deleteAttachments=index.html?fsdeleteattachments.html
#/.../FeatureServer/<layerid>/<featureid>/attachments
featureserver.layer.feature.attachments=index.html?fsattachmentinfos.html
#/.../FeatureServer/<layerid>/<featureid>/<attachmentid>
featureserver.layer.feature.attachment=index.html?fsattachment.html

#/.../GeocodeServer
geocodeserver=index.html?geocodeserver.html
#/.../GeocodeServer/findAddressCandidates
geocodeserver.findaddresscandidates=index.html?candidates.html
#/.../GeocodeServer/reverseGeocode
geocodeserver.reversegeocode=index.html?reverse.html

#/.../GPServer
gpserver=index.html?gpserver.html
#/.../GPServer/<taskName>
gpserver.task=index.html?gptask.html
#/.../GPServer/<taskName>/submitJob
gpserver.task.submit=index.html?gpsubmit.html
#/.../GPServer/<taskName>/execute
gpserver.task.execute=index.html?gpexecute.html
#/.../GPServer/<taskName>/jobs/<jobId>
gpserver.task.job=index.html?gpjob.html
#/.../GPServer/<taskName>/jobs/<jobId>/results/<paramName>
gpserver.task.job.result=index.html?gpresult.html
#/.../GPServer/<taskName>/jobs/<jobId>/inputs/<paramName>
gpserver.task.job.input=index.html?gpinput.html

#/.../GeometryServer
geometryserver=index.html?geometryserver.html
#/.../GeometryServer/project
geometryserver.project=index.html?project.html
#/.../GeometryServer/simplify
geometryserver.simplify=index.html?simplify.html
#/.../GeometryServer/buffer
geometryserver.buffer=index.html?buffer.html
#/.../GeometryServer/areasAndLengths
geometryserver.areasandlengths=index.html?areasandlengths.html
#/.../GeometryServer/lengths
geometryserver.lengths=index.html?lengths.html
#/.../GeometryServer/relation
geometryserver.relation=index.html?relation.html
#/.../GeometryServer/labelPoints
geometryserver.labelpoints=index.html?labelpoints.html
#/.../GeometryServer/distance
geometryserver.distance=index.html?distance.html
#/.../GeometryServer/densify
geometryserver.densify=index.html?densify.html
#/.../GeometryServer/generalize
geometryserver.generalize=index.html?generalize.html
#/.../GeometryServer/convexHull
geometryserver.convexHull=index.html?convexHull.html
#/.../GeometryServer/offset
geometryserver.offset=index.html?offset.html
#/.../GeometryServer/trimExtend
geometryserver.trimExtend=index.html?trimExtend.html
#/.../GeometryServer/autoComplete
geometryserver.autoComplete=index.html?autoComplete.html
#/.../GeometryServer/cut
geometryserver.cut=index.html?cut.html
#/.../GeometryServer/difference
geometryserver.difference=index.html?difference.html
#/.../GeometryServer/intersect
geometryserver.intersect=index.html?intersect.html
#/.../GeometryServer/reshape
geometryserver.reshape=index.html?reshape.html
#/.../GeometryServer/union
geometryserver.union=index.html?union.html

#/.../NAServer
naserver=index.html?naserver.html
#/.../NAServer/<layerName>
naserver.layer=index.html?nalayer.html
#/.../NAServer/<layerName>/solve
naserver.layer.solve=index.html?nasolve.html
#/.../NAServer/<layerName>/solveClosestFacility
naserver.layer.solveClosestFacility=index.html?cfSolve.html
#/.../NAServer/<layerName>/solveServiceArea
naserver.layer.solveServiceArea=index.html?saSolve.html

#/.../ImageServer
imageserver=index.html?imageserver.html
#/.../ImageServer/exportImage
imageserver.exportimage=index.html?exportimage.html
#/.../ImageServer/query
imageserver.query=index.html?isquery.html
#/.../ImageServer/download
imageserver.download=index.html?isdownload.html
#/.../ImageServer/<rasterid>
imageserver.rasterCatalogItem=index.html?israstercatalogitem.html
#/.../ImageServer/<rasterid>/image
imageserver.rasterCatalogItem.image=index.html?israsterimage.html
#/.../ImageServer/<rasterid>/thumbnail
imageserver.rasterCatalogItem.thumbnail=index.html?israsterthumbnail.html
#/.../ImageServer/<rasterid>/info
imageserver.rasterCatalogItem.info=index.html?israsterinfo.html
#/.../ImageServer/file
imageserver.rasterFile=index.html?israsterfile.html
#/.../ImageServer/kml/image.kmz
imageserver.kmlImage=index.html?kml_image.html

#/.../GeoDataServer
geodataserver=index.html?geodataserver.html
#/.../GeoDataServer/versions/<versionname>
geodataserver.version=index.html?geodataversion.html
#/.../GeoDataServer/replicas/<replicaname>
geodataserver.replica=index.html?geodatareplica.html

#/.../GlobeServer
globeserver=index.html?globeserver.html
#/.../GlobeServer/<layerid>
globeserver.layer=index.html?globelayer.html

#/.../MobileServer
mobileserver=index.html?mobileserver.html
#/.../MobileServer/<layerid>
mobileserver.layer=index.html?mobilelayer.html

/java/manager/web_output/services/WEB-INF/classes/arcgis_wshandler.properties

#Sat May 11 10:05:38 CST 2024
arcgis.som.retryinterval=30
arcgis.som.password=K/aAYJO0iVbdA/FznwzXgQ\=\=
arcgis.webservice.generatedtileaccess.timeout=60
arcgis.som.domain=WIN-B2B0BRQ9R0L
arcgis.som.resource.hosts=win-b2b0brq9r0l
arcgis.som.password.encrypted=true
arcgis.webservices.relativeurls=false
arcgis.som.username=administrator
arcgis.som.resource.clustertype=none
arcgis.webservices.cacheupdateinterval=240
arcgis.som.foldernames=

/java/tools/postinstall/postinstall.log

五月 11, 2024 2:15:05 下午 com.esri.arcgis.postinstall.ServiceAccountInitializer intializeWSProperty
信息: ArcGIS Server account has been set up successfuly in arcgis_wshandler.properties file.
五月 11, 2024 2:15:05 下午 com.esri.arcgis.postinstall.ServiceAccountInitializer intializeRESTProperty
信息: ArcGIS Server account has been set up successfuly in server.properties file.
五月 11, 2024 2:15:05 下午 com.esri.arcgis.postinstall.ServiceAccountInitializer intializeMCSProperty
信息: Post install updated the "mcs-config.properties" with necessary information.
五月 11, 2024 2:15:06 下午 com.esri.arcgis.postinstall.ServiceAccountInitializer initializeDefaultServers
信息: ArcGIS Server account has been set up successfuly in ../../manager/config/applications/defaultservers.xml file.
五月 11, 2024 2:15:06 下午 com.esri.arcgis.postinstall.ServiceAccountInitializer configureTomcatManager
信息: build.properties file is successfully updated

/server/system/Server.dat

<Server>
 <StartTime>2024-05-11T10:06:21</StartTime>

 <SecurityEnabled>false</SecurityEnabled>
 <ServerMachines>
  <Machine>
   <Name>win-b2b0brq9r0l</Name>
   <Description></Description>
   <Capacity>-1</Capacity>
  </Machine>
 </ServerMachines>
 <ServerDirectories>
  <Directory>
   <Path>c:\arcgisserver\arcgiscache</Path>
   <URL>http://win-b2b0brq9r0l:8399/arcgis/server/arcgiscache</URL>
   <Description></Description>
   <Type>cache</Type>
  </Directory>
  <Directory>
   <Path>c:\arcgisserver\arcgisindex</Path>
   <URL>http://win-b2b0brq9r0l:8399/arcgis/server/arcgisindex</URL>
   <Description></Description>
   <Type>index</Type>
  </Directory>
  <Directory>
   <Path>c:\arcgisserver\arcgisjobs</Path>
   <URL>http://win-b2b0brq9r0l:8399/arcgis/server/arcgisjobs</URL>
   <Description></Description>
   <Type>jobs</Type>
   <Cleaning>sliding</Cleaning>
   <MaxFileAge>21600</MaxFileAge>
  </Directory>
  <Directory>
   <Path>c:\arcgisserver\arcgisoutput</Path>
   <URL>http://win-b2b0brq9r0l:8399/arcgis/server/arcgisoutput</URL>
   <Description></Description>
   <Type>output</Type>
   <Cleaning>sliding</Cleaning>
   <MaxFileAge>600</MaxFileAge>
  </Directory>
 </ServerDirectories>
 <Properties>
  <LogPath>D:\ArcGIS\Server10.0\server\user\log\</LogPath>
  <LogSize>10</LogSize>
  <LogLevel>2</LogLevel>
  <ConfigurationStartTimeout>300</ConfigurationStartTimeout>
  <EngineContextTimeout>600</EngineContextTimeout>
  <InputDir>c:\arcgisserver\arcgisinput</InputDir>
 </Properties>
 <ErrorReportMode>2</ErrorReportMode>
 <ErrorReportModeSOM>0</ErrorReportModeSOM>
 <ErrorReportDir></ErrorReportDir>
 <ErrorReportEnableUpload>false</ErrorReportEnableUpload>
 <ErrorReportEmailAddress></ErrorReportEmailAddress>
 <ErrorReportReportInterval>3600</ErrorReportReportInterval>
 <ErrorReportCacheSize>10</ErrorReportCacheSize>
</Server>

/server/system/ServerPostInstall.dat

<ServerPostInstall>
 <ManagerUser>ArcGISSOM</ManagerUser>
 <ContainerUser>ArcGISSOC</ContainerUser>
 <WebServicesUser>arcgismanager</WebServicesUser>
</ServerPostInstall>

/server/user/cfg/Patrol.MapServer.cfg

<ServerObjectConfiguration>

 <Description></Description>

 <Properties>
  <FilePath>D:\服务发布\Patrol.mxd</FilePath>
  <OutputDir>c:\arcgisserver\arcgisoutput</OutputDir>
  <VirtualOutputDir>http://win-b2b0brq9r0l:8399/arcgis/server/arcgisoutput</VirtualOutputDir>
  <SupportedImageReturnTypes>URL</SupportedImageReturnTypes>
  <SOMCacheDir>c:\arcgisserver\arcgiscache</SOMCacheDir>
  <MaxRecordCount>10000000</MaxRecordCount>
  <MaxBufferCount>100</MaxBufferCount>
  <MaxImageWidth>2048</MaxImageWidth>
  <MaxImageHeight>2048</MaxImageHeight>
  <CacheDir>c:\arcgisserver\arcgiscache\Patrol</CacheDir>
  <IgnoreCache>false</IgnoreCache>
  <IsCached>false</IsCached>
  <CacheOnDemand>false</CacheOnDemand>
  <ClientCachingAllowed>true</ClientCachingAllowed>
  <UseLocalCacheDir>true</UseLocalCacheDir>
 </Properties>

 <Extension>
  <TypeName>FeatureServer</TypeName>
  <Enabled>true</Enabled>
  <Properties>
   <EnableZDefaults>false</EnableZDefaults>
   <ZDefaultValue>0</ZDefaultValue>
  </Properties>
  <Info>
   <WebEnabled>true</WebEnabled>
   <WebCapabilities>Query,Editing</WebCapabilities>
  </Info>
 </Extension>

 <Extension>
  <TypeName>KmlServer</TypeName>
  <Enabled>false</Enabled>
  <Properties>
   <FeatureLimit>1000000</FeatureLimit>
   <ImageSize>1024</ImageSize>
   <Dpi>96</Dpi>
   <UseNetworkLinkControlTag>false</UseNetworkLinkControlTag>
   <MinRefreshPeriod>30</MinRefreshPeriod>
   <LinkDescription></LinkDescription>
   <LinkName></LinkName>
   <Message></Message>
   <EndPointURL>http://localhost/arcgis/services/Patrol/MapServer</EndPointURL>
   <UseDefaultSnippets>false</UseDefaultSnippets>
   <CompatibilityMode>GoogleEarth</CompatibilityMode>
   <Composite>true</Composite>
   <Zipfile>true</Zipfile>
  </Properties>
  <Info>
   <WebEnabled>false</WebEnabled>
   <WebCapabilities>SingleImage,SeparateImages,Vectors</WebCapabilities>
  </Info>
 </Extension>

 <Extension>
  <TypeName>MobileServer</TypeName>
  <Enabled>false</Enabled>
  <Properties>
  </Properties>
  <Info>
   <WebEnabled>false</WebEnabled>
   <WebCapabilities></WebCapabilities>
  </Info>
 </Extension>

 <Extension>
  <TypeName>NAServer</TypeName>
  <Enabled>false</Enabled>
  <Properties>
  </Properties>
  <Info>
   <WebEnabled>false</WebEnabled>
   <WebCapabilities></WebCapabilities>
  </Info>
 </Extension>

 <Extension>
  <TypeName>WCSServer</TypeName>
  <Enabled>false</Enabled>
  <Properties>
  </Properties>
  <Info>
   <WebEnabled>false</WebEnabled>
   <WebCapabilities></WebCapabilities>
  </Info>
 </Extension>

 <Extension>
  <TypeName>WFSServer</TypeName>
  <Enabled>false</Enabled>
  <Properties>
  </Properties>
  <Info>
   <WebEnabled>false</WebEnabled>
   <WebCapabilities></WebCapabilities>
  </Info>
 </Extension>

 <Extension>
  <TypeName>WMSServer</TypeName>
  <Enabled>false</Enabled>
  <Properties>
  </Properties>
  <Info>
   <WebEnabled>false</WebEnabled>
   <WebCapabilities></WebCapabilities>
  </Info>
 </Extension>

 <Recycling>
  <Interval>86400</Interval>
  <Start>00:00</Start>
 </Recycling>

 <Info>
  <WebEnabled>true</WebEnabled>
  <WebCapabilities>Map,Query,Data</WebCapabilities>
 </Info>

 <IsPooled>true</IsPooled>
 <MinInstances>1</MinInstances>
 <MaxInstances>2</MaxInstances>
 <InstancesPerContainer>1</InstancesPerContainer>
 <WaitTimeout>60</WaitTimeout>
 <IdleTimeout>1800</IdleTimeout>
 <UsageTimeout>600</UsageTimeout>
 <CleanupTimeout>30</CleanupTimeout>
 <ServiceKeepAliveInterval>-1</ServiceKeepAliveInterval>
 <StartupTimeout>300</StartupTimeout>
 <Isolation>high</Isolation>
 <StartupType>automatic</StartupType>

</ServerObjectConfiguration>

/server/user/log/ArcGISServerPostInstallLog.txt

 c:\arcgisserver\arcgiscache
 - Allowed
 c:\arcgisserver\arcgisoutput
 - Allowed

 c:\arcgisserver\arcgiscache
 - Allowed
 c:\arcgisserver\arcgisoutput
 - Allowed

 SOM user name: ArcGISSOM
 SOC user name: ArcGISSOC
 WS user name: administrator
 machine: WIN-B2B0BRQ9R0L
 web server: win-b2b0brq9r0l
 ws port: 8399
 bin dir: D:\ArcGIS\Server10.0\bin\
 tmp dir: C:\Windows\temp
 server dir: D:\ArcGIS\Server10.0\server\
 root dir: c:\arcgisserver
 instance: arcgis
 install type: java
 write WPI: Yes
 SOM service start type: SERVICE_AUTO_START
 Monitor service start type: SERVICE_AUTO_START

 group path :  WinNT://WIN-B2B0BRQ9R0L/agsadmin
 user path :  WinNT://WIN-B2B0BRQ9R0L/Administrator

 Administrators
 Everyone
 agsadmin
 agsusers
 ArcGISSOC
 ArcGISSOM

--------------------------------------------

setting : Run Monitor as ArcGISSOC

--------------------------------------------

setting : Run SOM as ArcGISSOM

--------------------------------------------

setting : Run SOC as ArcGISSOC
setting : Run AppLockManager as ArcGISSOC

/server/user/log/电脑名-电脑名-日期-数字.xml

/server/user/log/电脑名-电脑名-日期-数字.dat

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Log [
 <!ENTITY data SYSTEM "WIN-6SI44F1QRN7-WIN-6SI44F1QRN7-20220114-114442.dat">
]>
<Log>&data;</Log>