- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 226字
- 2021-07-08 09:21:11
Deploying GeoServer on Tomcat
With Java installed and working, let's install GeoServer. When writing this book, the latest version is 2.11.0. Perform the following steps:
- Download the OS-independent version from GeoServer's download page. You can point your browser to the URL or use a command-line tool like wget:
~ $ wget
http://sourceforge.net/projects/geoserver/files/GeoServer/
2.11.0/geoserver-2.11.0-war.zip
wget is a command-line utility commonly available on Linux systems. If you are using a Windows machine it is probably not available. You can download the items just pasting the URL into your internet browser.
- Check if Tomcat is not running; if it is, then stop it. Now, unzip the archive you just downloaded in the webapps folder:
~ $ sudo unzip -d /opt/apache-tomcat-8.5.13/webapps geoserver
-2.11.0-war.zip geoserver.war Archive: geoserver.war.zip inflating: ./opt/apache -tomcat-8.5.13/webapps/geoserver.war
On Windows, you can use the zip GUI, or the uncompressing tools built-in the operating system.
- Now, you can start Tomcat. You have to wait until GeoServer is properly deployed. This may take a few minutes, then open your browser and point it to the Web Admin Console at http://localhost:8080/geoserver/web. You should see it like in this screenshot:

We deployed the GeoServer web archive on Tomcat and it unpacked the archive content. If there were no errors in the package, thanks to the great job of GeoServer developers (chances are that you will not find them), then Tomcat automatically starts GeoServer.
推薦閱讀
- 自然語(yǔ)言處理實(shí)戰(zhàn):預(yù)訓(xùn)練模型應(yīng)用及其產(chǎn)品化
- 數(shù)據(jù)庫(kù)原理及應(yīng)用(Access版)第3版
- PostgreSQL Cookbook
- Visual C++數(shù)字圖像模式識(shí)別技術(shù)詳解
- Vue.js 3.0源碼解析(微課視頻版)
- PHP 編程從入門到實(shí)踐
- Learning Three.js:The JavaScript 3D Library for WebGL
- Node.js全程實(shí)例
- Learning Concurrent Programming in Scala
- ExtJS高級(jí)程序設(shè)計(jì)
- Python算法指南:程序員經(jīng)典算法分析與實(shí)現(xiàn)
- 青少年信息學(xué)競(jìng)賽
- Essential C++(中文版)
- Android移動(dòng)應(yīng)用開發(fā)項(xiàng)目教程
- Software Development on the SAP HANA Platform