It's not difficult to setup Geoserver on your local Ubuntu by following these steps bellow:
======================================
1./ install java
2./ download binary Geoserver then unzip it in usr/local
3./ edit file startup.sh:
#PATH=/usr/sbin:/usr/bin:/sbin:/bin;
#DESC="Description of the service";
#NAME="geoserver";
#SCRIPTNAME=/etc/init.d/$NAME;
JAVA_HOME="/usr/lib/jvm/java-6-sun";
#GEOSERVER_USER="geoserver";
#GEOSERVER_DATA_DIR="/usr/local/geoserver/data_dir";
GEOSERVER_HOME="/usr/local/geoserver";
4./ to change default port 8080 to other by :
edit file jetty.xml
April 27, 2009
GeoServer in Ubuntu
Posted by samneang
Subscribe to:
Post Comments (Atom)

0 comments:
Post a Comment