arcgis 安装 和 配置

arcgis 9.3安装程序与确解文件可到相关网站下载   
以下主要总结一下,本人安装ARCGIS9.3 FOR JAVA的心德   
假设以下所有目录,读者以存在   
1.修改"license_server_setup\37102011.efl9"的主机名,安装license_server_setup\LMSetup.exe",导入用"license_server_setup\37102011.efl9"   
2,先别重起拷贝所有"license_server_crack\的文件"到program files/esri/...   
3,重启   
4,打开LICENSE管理器,在Config Services单击save service,单击start/stop/reread中rerad license file   
如果状态为使用using license file:c:\\progra....,说明成功   
5,开始安装桌面程序    
6,把"data_interop\fme_license.dat"拷到arcgis desktop安装目录下的data目录中   
7.在开始菜时单esri中单击Desktop Administrator   
* "Software Product": choose "ArcInfo (Floating)"       
   * "License Manager": change to "localhost"   
   * "Availability": select "ArcInfo Desktop (Floating)",   
     in the pane below that selection you should see a lot of licenses :-D   
when starting the different apps for the first time make sure   
   to select all extensions in the options menu   
其实上面第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和ArcGIS Server。   
<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.flex crossdomain问题   
 
Java—Add crossdomain.xml to   
 
<?xml version="1.0"?>   
<!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">   
<cross-domain-policy>   
    <site-control permitted-cross-domain-policies="all"/>   
    <allow-access-from domain="*"/>   
</cross-domain-policy>   
 
<ArcGIS_Server_Install_Location>\ArcGIS\java\web_output, for example, C:\Program Files\ArcGIS\java\web_output. 

猜你喜欢

转载自flyinglife.iteye.com/blog/515240
今日推荐