您的位置:首页 > 其它

ArcGIS Server 9.2 安装配置注意事项

2007-10-01 15:40 507 查看
ArcGIS 9.2 Server Enterprise for Windows的安装与开发环境搭建

一、安装:
1.安装包括以下,两部分的安装:

1>GIS Server and Web Applications
l Server Object Manager(SOM)
l Server Object Container(SOC)
2>Application Developer Framework

2.安装完毕后,GIS Server Post Install也包括两步

1>Configure GIS Server
l 指定SOM、SOC帐户:ArcGISSOM、ArcGISSOC
l 指定 ArcGIS manager 帐户,将被加入ArcGIS Server Administrators Group(agsadmin)和
ArcGIS Server User Group(agsusers)用户组:arcgismanager
l 指定ArcGIS Server的工作目录
2>Authorize GIS Server

3.安装中的几个问题:

1> 如果在Windows XP + Sp2的环境下要注意:
l 关掉“文件夹选项”中的“简单文件共享”(见附件),简单文件共享会启用特别的WINDOWS认证方式,该认证方式与AGS Server的不兼容。参见:http://support.microsoft.com/kb/307874/zh-cn

l 关掉杀毒软件的防火墙;
l 对于Windows自带的防火墙作如下调整,

Navigate to Windows Firewall.
Start > Settings > Control Panel > Windows Firewall

The firewall is 'On' by default, the 'Recommended' setting.

Click on the Exceptions tab.

Click 'Add Port'.

Add the following information:
Name: Web Port (http)
Port Number: 80
Type: TCP

Click OK.

To add port 135, click 'Add Port'.

Add the following information:

Name: DCOM (ArcGIS Server)
Port Number: 135
Type: TCP

Click OK.

Click 'Add Program' to add an exception for ArcSOM.exe.

Click 'Browse' and navigate to:
<ArcGIS Install Directory>/bin/ArcSOM.exe for example:
C:/Program Files/ArcGIS/bin/ArcSOM.exe
Click OK.

Click Add Program to add an exception for ArcSOC.exe.

Click 'Browse' and navigate to:
<ArcGIS Install Directory>/bin/ArcSOC.exe for example:
C:/Program Files/ArcGIS/bin/ArcSOC.exe
Click OK.

The ports and programs entered should now appear in the list of Programs and Services. Verify check marks appear next to each component.

Close Windows Firewall.

(见:http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow&d=28655)

2>

ArcGIS Server安装配置
下面内容的操作系统为Windows 2000或者XP,如果是服务器版本,大致内容相同,但须作个别调整
1、安装ArcGIS Server至Post Installation
2、填写Server account和Container account
3、利用ESRI公司发布的license文件进行破解,其余都是默认设置。
安装完毕后,需要做相应的设置才能使用ArcGIS Server
4、把Server account添加至Administrator组
5、把ArcGIS Server服务改为用本地系统用户登陆,在我的电脑——》右键——》管理——》服务管理中选择ArcGIS Server服务右键设置登录,并且重新启动服务
6、在agsadmin组中添加启动本机的管理员账号(如果出现问题的,添加Everyone即可)
7、在ArcCatalog中就可以添加本地机器了,如果出现异常,重启机器即可.

二、开发环境搭建:(Eclipse + Tomcat)

1.下载Eclipse开发环境(和插件包):Lomboz for Eclipse 3.2.x
http://forge.objectweb.org/project/showfiles.php?group_id=97
最好下载:lomboz-all-in-one-S-3.2RC2-200608081203-win32.zip
下载后,最好在解压前将zip文件名字改短,我用的是WinRAR,长文件名时解压会出错!

2. 下载Visual Editor插件并安装
http://download.eclipse.org/tools/ve/downloads/drops/R-1.2-200606280938/index.html
下载Visual Editor Runtime :VE-runtime-1.2.zip

3.安装 ArcGIS Eclipse插件:
这部分可以参见:#{安装目录}/java/tools/eclipse_plugin/readme.html
注意:选择Local update site是应选:
#{安装目录}/ArcGIS/java/tools/eclipse_plugin/arcgis_update_site/server

4.这里要注意一点,JDK必须是1.5,安装低于此版本好像会在构建ArcGIS Server Project时会出错。
装了多个Java版本的话,可以在 菜单Window->Preferences->左边面板中选Java->Installed JREs,在这里进行调整。

三、帮助系统
系统安装完毕后,在安装光盘的/ArcGISSDKJavaHelp 目录下的setup.exe,可以安装完整的帮助系统。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: