-
Notifications
You must be signed in to change notification settings - Fork 149
Preinstallation 1.2
There are two parts to a Geoportal Server system. The first part is the system hosting the geoportal endpoint and web application itself. The second part is the end user system made up of the machines that access the deployed geoportal. System requirements differ between the two parts, and are described in the sections below.
The geoportal host environment requires an operating system, a database, a full Java JDK, a web application server, and access to ArcGIS Server services (ArcGIS Server map, locator, and geometry services for the geoportal search map and place finder). The geoportal connects to an organization's LDAP structure, and thus needs access to a directory server.
Please refer to each subsection below to verify that your environment meets the particular system requirement before proceeding with a Geoportal Server installation.
Note: System configurations not listed in this topic may work for your implementation; however, ones listed here were tested and any compatibility issues were documented or resolved, whereas deploying the Geoportal Server in an unlisted system configuration may result in unknown issues.
The following operating systems are supported for the Geoportal Server:
- RedHat Enterprise Linux AS/ES 5
- Windows XP SP2
- Windows 2003 Server SP2
- Windows 2008 Server Standard
- Windows 2003 Server 64-bit
- Windows 2008 Server Standard 64-bit
- Windows 7 Ultimate, Professional Edition 32-bit
- Windows Server 2008 R2
The Geoportal Server supports the following databases. The Geoportal Server database can be deployed on the same server or a different server than the geoportal web application:
- Oracle 10g
- Oracle 11g
- PostgreSQL 8.4 (32 and 64 bit)
- PostgreSQL 9.1 (32 and 64 bit)
- Microsoft SQL Server 2005 SP2 and SP3
- Microsoft SQL Server 2008
- MySQL 5.5
A Java JDK 6 (32 or 64 bit) is required on the server hosting the geoportal web application.
The geoportal web application is based on Java Servlet technology and therefore requires the use of a Servlet container. The following software provide Java Servlet support and have been tested and verified to run the geoportal web application.
- Apache Tomcat 6.0.32 and higher 6.x versions
- Oracle WebLogic 11g
- GlassFish 3.1
A Mail server is necessary for the following notification functionality:
- Feedback function to contact geoportal administrators.
- Data download notification functionality
- Harvesting Notifications
For full functionality of user-based roles, an LDAP-enabled Directory Server is required for the authentication. You may use an existing Directory Server that supports LDAP v.3, if you already have one in your organization. If you currently do not have a LDAP Directory Server, and you wish to have user-based role functionality, you will need to install a Directory Server. Instructions for installing Apache Directory Server (an open source directory server) are available in the Geoportal Server installation guide.
Simple authentication option: When no LDAP Directory Server is available, the geoportal may be configured for a single administrative account. This is a quick option for an introductory setup, but is not recommended for production environments. Users wishing to use simple authentication need not install additional directory server software. Setting up simple authentication can be achieved solely via the geoportal configuration file and is described in detail in the installation guide.
Using the Geoportal Server does not require an ArcGIS Server license. The geoportal web application may consume ArcGIS Server services hosted by your or another organization. The geoportal web application may use the following ArcGIS Server services:
- An ArcGIS Server Map Service, with a REST URL endpoint.
- An ArcGIS Server Locator Service. If you do not have the means to create a locator service, you may use the publicly available one at: http://tasks.arcgisonline.com/ArcGIS/rest/services/Locators/ESRI_Places_World/GeocodeServer
- An ArcGIS Server Geometry service. If you do not have the means to create a geometry service, you may use the publicly available one at: http://tasks.arcgisonline.com/ArcGIS/rest/services/Geometry/GeometryServer
By default, the geoportal will reference the JavaScript API available online to render the geoportal Search Page search map, the Preview Page map, the Search Widget for HTML Sample, and the map used to render the footprint of the metadata on the Details page. If you are deploying the Geoportal Server on an intranet system where the JavaScript API online cannot be referenced, then you can reference a locally installed instance of the JavaScript API instead. Instructions for installing the JavaScript API locally are part of the ArcGIS JavaScript API product. The following Geoportal Server files will need to be updated with the local JavaScript API reference:
- //geoportal/WEB-INF/classes/gpt/config/gpt.xml
- //geoportal/catalog/skins/lookAndFeel.jsp
- //webapps/geoportal/widgets/example.jsp
- //webapps/geoportal/widgets/searchjs.jsp
The Geoportal Server uses its own servlet web application for allowing ArcGIS Desktop 9.3.x instances to connect through the Geoportal Publish Client. You must uninstall ArcIMS on the machine hosting the geoportal's servlet.war file, as ArcIMS has its own servlet.war file and this will conflict with the geoportal's. If you do not uninstall ArcIMS and delete the ArcIMS servlet.war file, users will not be able to publish to your geoportal using the Publish Client in an ArcGIS Desktop 9.3.x environment.
The supported browser and Esri software requirements are recommended for users to connect to and use the deployed geoportal. These browsers and Esri software are not required for the system hosting the geoportal, but instead for the user environments connecting to it.
The Geoportal Server has been tested for use on the following browsers.
- Internet Explorer 7.0
- Internet Explorer 8.0. Note: For correct display of the geoportal Search page map and Preview maps, verify that you are running Internet Explorer 8 in Compatibility Mode. See http://support.microsoft.com/kb/956197 for details.
- Mozilla Firefox 3.0and 3.5
- Google Chrome
- Apple Safari
ArcGIS Desktop 10 is required for using the Geoportal Clients for ArcGIS Desktop. The Geoportal Clients allow users to connect to the geoportal from within ArcGIS Desktop to publish and search. Caution: The ArcGIS Desktop .NET Framework option must be enabled during installation of ArcGIS Desktop on any machine that will be using the Geoportal Clients.