Skip to content

Deploy the Geoportal Web Application

Marten Hogeweg edited this page Dec 14, 2012 · 1 revision

Copy the geoportal.war file from /usr/local/etc/geoportal/Web\ Applications/Geoportal to /usr/local/tomcat6/webapps.

$ sudo cp /usr/local/etc/geoportal/Web\ Applications/Geoportal/geoportal.war /usr/local/tomcat6/webapps/
Apache Tomcat should automcatically create a new geoportal directory in the webapps directory. This is the location of the geoportal web interface. If the directory is not created, verify that the Apache Tomcat service is running and try restarting the service. You may need to reboot your computer.

Open a web browser and go to http://localhost:8080/geoportal. The default geoportal home page should appear.


Next Step: Configure the gpt.xml File


<<How to Set Up an Esri Geoportal Server on Linux | Perform Preinstallation Computer Setup | Set Up Systemwide Environment Variables | Install PostgreSQL 9.1.2 | Install Apache Tomcat 6 | Install Esri Geoportal Server | Configure geoportal User and Schema in the PostgreSQL Database | Deploy the Geoportal Web Application | Configure the gpt.xml File | Install the JDBC .jar Files | Log In to the Geoportal | Register ArcGIS for Server with the Geoportal>>
Clone this wiki locally