arcgis 安装 和 配置
arcgis9.3安装程序与确解文件可到相关网站下载
以下主要总结一下,本人安装ARCGIS9.3FORJAVA的心德
假设以下所有目录,读者以存在
1.修改"license_server_setup\37102011.efl9"的主机名,安装license_server_setup\LMSetup.exe",导入用"license_server_setup\37102011.efl9"
2,先别重起拷贝所有"license_server_crack\的文件"到programfiles/esri/...
3,重启
4,打开LICENSE管理器,在ConfigServices单击saveservice,单击start/stop/reread中reradlicensefile
如果状态为使用usinglicensefile:c:\\progra....,说明成功
5,开始安装桌面程序
6,把"data_interop\fme_license.dat"拷到arcgisdesktop安装目录下的data目录中
7.在开始菜时单esri中单击DesktopAdministrator
*"SoftwareProduct":choose"ArcInfo(Floating)"
*"LicenseManager":changeto"localhost"
*"Availability":select"ArcInfoDesktop(Floating)",
inthepanebelowthatselectionyoushouldseealotoflicenses:-D
whenstartingthedifferentappsforthefirsttimemakesure
toselectallextensionsintheoptionsmenu
其实上面第7步也不是非常重要,不过还是要看看,第一次运行DESKTOP的任何程序(如:arcmap,arcatalog..)后,在选项(extention)菜单中将所有扩展模块选上。
8.装完DESKTOP就可以装SERVER版了,记住不管是先装完DESKTOP还是把DESKTOP与SERVER都装完后,必须要重启一下,不然在CATALOG中配制不了服务管理
常见问题;
1.如果登陆ARCGISERVER失败,去掉简单文件共享及关闭防火墙,如果用户加入了域则需输入域名与用户名
2.乱码问题
“/arcgis/java/manager/service/tomcat/managerappserver/conf/server.xml”和“/arcgis/java/manager/service/tomcat/managerserver/conf/server.xml”,找到“Connector”元素,如下添加属性URIEncoding="UTF-8"。保存退出,重启tomcat和ArcGISServer。
<Connector
port="8099"URIEncoding="UTF-8"maxHttpHeaderSize="8192"
maxThreads="150"minSpareThreads="25"maxSpareThreads="75"
enableLookups="false"redirectPort="8443"acceptCount="100"
connectionTimeout="20000"disableUploadTimeout="true"/>
3.flexcrossdomain问题
Java—Addcrossdomain.xmlto
<?xmlversion="1.0"?>
<!DOCTYPEcross-domain-policySYSTEM"http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
<cross-domain-policy>
<site-controlpermitted-cross-domain-policies="all"/>
<allow-access-fromdomain="*"/>
</cross-domain-policy>
<ArcGIS_Server_Install_Location>\ArcGIS\java\web_output,forexample,C:\ProgramFiles\ArcGIS\java\web_output.