geoserver 설치

Centos에서 Geoserver 설치 방법


Install Geoserver as a WAR in Apache tomcat (recommended)

In this case we are going to use Apache Tomcat Zipped Binary Distribution 6.0.26.
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.

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="8080" protocol="HTTP/1.1" and change the default to your convenience port.
  • Start Tomcat

댓글

이 블로그의 인기 게시물

HP 서버 OS 설치시 HDD를 잡지 못하는 문제

python-gdal 설치

Mysql JOIN 사용시 컬럼이름 중복해결