라벨이 GEOSERVER인 게시물 표시

geoserver 설치

Centos에서 Geoserver 설치 방법 Install Geoserver as a WAR in Apache tomcat (recommended) Get the Apache Tomcat from  http://tomcat.apache.org/  (Binary Distributions - Core) In this case we are going to use  Apache Tomcat Zipped Binary Distribution 6.0.26 . Get the Geoserver WAR file from  http://geoserver.org/display/GEOS/Stable  (Web Archive Format) In this case we are going to use  Geoserver 2.0.1 Unzip the tomcat file and place it in a location of your choice and put the Geoserver WAR file in the folder $TOMCAT/webapps/geoserver.war Start Tomcat by running $TOMCAT/bin/startup.sh or $TOMCAT/bin/startup.bat according to your OS. Go to URL  http://localhost:8080/geoserver  and sign in using the default username:  admin  password:  geoserver How to change the port Shutdown Tomcat running $TOMCAT/bin/shutdown.sh or $TOMCAT/bin/shutdown.bat Open file $TOMCAT/conf/server.xml Search line  <Connector port=...