ArcGIS Web Adaptor system requirements
The system specifications, disk space requirements, supported operating systems, and web servers required to run the ArcGIS Web Adaptor on Linux are listed below. For the latest system requirements, visit the ArcGIS Resources website.
Supported operating systems
The operating systems below satisfy the minimum operating system requirements:
- Red Hat Enterprise Linux Server 6 (64 bit)
- Red Hat Enterprise Linux Server 5 Update 7 (64 bit) with libX11 patch
- SUSE Linux Enterprise Server 11 Service Pack 1 (64 bit)
Supported Java application servers
The Java application servers listed below satisfy the minimum application server requirements:
- Apache Tomcat 7
- GlassFish 3.0
- IBM WebSphere 8
- IBM WebSphere 7 (Fix Pack 11)
- JBoss Application Server 7.1
- Oracle WebLogic 11g Release 1 (version 10.3.5)
Disk space requirements
The Web Adaptor requires a minimum of 150 MB available disk space to successfully install on the target system.
Temp space requirements
By default, resources are extracted to the system /tmp directory. If the required space is not available in the /tmp directory, the setup program will attempt to extract installer resources to the user's HOME directory. If the required space is not available in the user's HOME directory, the setup program will report an error indicating this problem.
You may specify an alternate /tmp location by setting the following environment variable:
For C shell:
$ setenv IATEMPDIR /your/temp/space/directory
For Bourne shell:
$ IATEMPDIR = /your/temp/space/directory
$ export IATEMPDIR