暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
RUNNING.txt
337
3页
0次
2021-02-24
5墨值下载
Running The GeoServer Binary Distribution
=========================================
The binary distribution of GeoServer comes with a built-in Jetty servlet
container so that it can be run directly without the need for additional
software. For information on other distributions on GeoServer, please
see the website:
http://geoserver.org
In order to install and run this application, follow these steps:
(0) Download and install a Java Development Kit
* Download a Java Runtime Environment (Java 8 or Java 11) from:
http://openjdk.java.net/
or
https://adoptopenjdk.net
* Install the JRE according to the instructions included with the release.
* Set an environment variable JAVA_HOME to the pathname of the directory
into which you installed the JDK.
(1) Download and install the GeoServer binary
There is more help available at the GeoServer home page (http://geoserver.org)
* Download a binary distribution of GeoServer from:
http://geoserver.org/download/
or
http://sourceforge.net/projects/geoserver
The file should be of the form:
geoserver-a.b.c-bin.zip
where a.b.c is the version number you are downloading
* Unpack the binary distribution into a convenient location so that the
distribution resides in its own directory (conventionally named
"geoserver"). For the purposes of the remainder of this document,
the symbolic name GEOSERVER_HOME is used to refer to the directory
where GeoServer resides.
(2) Start Up GeoServer
There are two techniques by which GeoServer can be started:
* Use an environment variable:
- Set an environment variable GEOSERVER_HOME to the path of the directory
into which you have installed GeoServer.
- Execute the shell command:
Windows:
%GEOSERVER_HOME%\bin\startup
UNIX:
$GEOSERVER_HOME/bin/startup.sh
* Modify your current working directory:
- Execute the following shell commands:
Windows:
cd %GEOSERVER_HOME%\bin
startup
UNIX:
cd $GEOSERVER_HOME/bin
./startup.sh
After startup, the default web administration tool included with GeoServer
will be available by browsing:
http://localhost:8080/geoserver
(3) Shut Down GeoServer
There are two techniques by which GeoServer can be stopped:
* Use an environment variable:
- Set an environment variable GEOSERVER_HOME to the path of the directory
into which you have installed GeoServer.
- Execute the shell command:
Windows:
%GEOSERVER_HOME%\bin\shutdown
UNIX:
$GEOSERVER_HOME/bin/shutdown.sh
* Modify your current working directory:
- Execute the following shell commands:
Windows:
cd %GEOSERVER_HOME%\bin
shutdown
UNIX:
cd $GEOSERVER_HOME/bin
./shutdown.sh
(4) Troubleshooting
There are two common problems encountered when attempting to use the binary
distribution of GeoServer:
1) Another web server (or other process) is already using port 8080. This
is the default HTTP port that GeoServer attempts to bind to at startup.
To change this port, open the file:
of 3
5墨值下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论

关注
最新上传
暂无内容,敬请期待...
下载排行榜
Top250 周榜 月榜