Perform the following activities to set up your ArcIMS environment:
Increasing memory parameters for Java VM
Setting your Windows NT PATH variable
Setting your Windows 2000 PATH variable
Setting your Windows XP PATH variable
Using ArcIMS with a proxy server
ESRI recommends that you increase the Java Virtual Machine (VM) memory parameters to support ArcIMS Manager and the Java Viewers.
Use memory amounts that are relative to the total amount of computer memory. If you have 256m of total RAM, do not allocate the entire amount. The -Xms value specifies the minimum amount of memory that is used by the Java VM. The -Xmx value specifies the maximum amount of memory that the Java VM can use. When you change the -Xmx value, it must be less than the total available virtual memory. On Windows, total virtual memory consists of the RAM memory plus the pagefile memory. You can find this value in the Windows Task Manager, on the Performance tab, under Commit Charge Limit. Note: The Commit Charge Limit figure should not be used as the Java VM parameter.
Click Start > Settings > Control Panel > Java Plug-in.
Tip
|
Set the required memory parameters in the field named Java RunTime Parameters:
javaw.exe -Xms<initial memory>m
-Xmx<maximum memory>m
For example: javaw.exe -Xms10m -Xmx256m
Click Apply and close the window.
In order to use the JAI libraries from Sun, you need to edit your PATH variable.
Click Start > Settings > Control Panel and double-click System.
Click the Environment tab.
In the System Variables window, click PATH (or create it if it doesn’t already exist.
Click in the Value window and add to the end of the value:
<drive>:\<System J2SE
JRE installation location>\bin
Tip
|
Click OK and close the Control Panel window.
In order to use the JAI libraries from Sun, you need to edit your PATH variable.
Click Start > Settings > Control Panel and double-click System.
Click the Advanced tab.
Click Environment Variables.
In the System Variable window:
a. Click your system variable PATH.
b. Click Edit and add to the end of the value:
<drive>:<System J2SE
JRE installation location>\bin
Tip
|
In order to use the JAI libraries from Sun, you need to edit your PATH variable. If necessary, click the box in the upper left on the Control Panel to Switch to Category View.
Click Start > Control Panel > Performance and Maintenance > System.
Click the Advanced tab.
Click Environment Variables.
In the System Variable window:
a. Click your system variable PATH.
b. Click Edit and add to the end of the value:
<drive>:<System J2SE
JRE installation location>\bin
Tip
|
Click OK and close the Control Panel window.
Use the Proxy Server properties to specify whether your local area network (LAN) uses a proxy server to connect to the Internet. A proxy server is a computer on your LAN that connects to the Internet without compromising the security of your internal network. If you are not sure how your LAN connects to the Internet, contact your system administrator.
If you use proxy servers, then set the appropriate properties in the aimsproxy.properties file, which is located in your user profiles directory.
If your LAN uses a proxy server to connect to the Internet for HTTP protocol requests:
httpproxyhost=proxy.esri.com
httpproxyport=5000
If your LAN connects to the Internet via a proxy server using a secure HTTP protocol (HTTPS):
httpsproxyhost=httpsproxy.esri.com
httpsproxyport=5010
If your LAN does not use a proxy server and is directly connected to the Internet, do not set these properties. By default, they are not set.
You are ready to use ArcIMS.