Geoserver: Difference between revisions

From Wildsong
Jump to navigationJump to search
Brian Wilson (talk | contribs)
m Created page with "== Getting GeoServer going at HupI.org == I need to remove OpenJDK (which is suboptimal for use with GeoServer) and install Oracle JRE 6. == Links == [http://geoserver.org/ Ge..."
 
Brian Wilson (talk | contribs)
Line 1: Line 1:
== Getting GeoServer going at HupI.org ==
== Getting GeoServer going at HupI.org ==


I need to remove OpenJDK (which is suboptimal for use with GeoServer) and install Oracle JRE 6.
I removed OpenJDK (which is purported to be suboptimal for use with GeoServer) and installed Oracle JRE 6.
 
Removing the JDK also removed about 400 pounds of other packages, including Tomcat 6. This is okay really, since Tomcat 7 is the latest release anyway.
 
I downloaded Tomcat 7 in binary tar.gz form and unpacked it in /usr/local/java.
I started it using the script in the bin directory called startup.sh and then
went to http://hupi.org:8080/ and voila! There is is. Tres bien!!!
 
Then I moved the geoserver files into the Tomcat webapps directory and surfed to http://hupi.org/geoserver/ and this too worked.
 
== Connecting GeoServer to PostGIS ==


== Links ==
== Links ==

Revision as of 05:14, 26 October 2011

Getting GeoServer going at HupI.org

I removed OpenJDK (which is purported to be suboptimal for use with GeoServer) and installed Oracle JRE 6.

Removing the JDK also removed about 400 pounds of other packages, including Tomcat 6. This is okay really, since Tomcat 7 is the latest release anyway.

I downloaded Tomcat 7 in binary tar.gz form and unpacked it in /usr/local/java. I started it using the script in the bin directory called startup.sh and then went to http://hupi.org:8080/ and voila! There is is. Tres bien!!!

Then I moved the geoserver files into the Tomcat webapps directory and surfed to http://hupi.org/geoserver/ and this too worked.

Connecting GeoServer to PostGIS

Links

GeoServer's home

Some notes on using WFS-T http://blogs.law.harvard.edu/jreyes/2007/08/03/geotools-wfs-t-update-request/