- GeoServer Beginner's Guide(Second Edition)
- Stefano Iacovella
- 303字
- 2021-07-08 09:21:14
Manually reloading the configuration
We will now perform a simple change on GeoServer's configuration to demonstrate the reload configuration function. Consider the following steps:
- To use the reload function, we want to manually edit the setting in the XML files contained in the GeoServer data directory, and, in particular, the global.xml, containing information about the administrator. If you didn't change its location, you may find it in the default location at, {TOMCAT_HOME}/webapps/geoserver/data, as in the following example:
$ sudo vi /opt/apache-tomcat-8.5.13/webapps/geoserver/data/ global.xml
If you are using a Windows machine, point to the folder where you installed Tomcat and open the webapps/geoserver/data folder, where you will find the global.xml file. You can open it with any text editor, such as Notepad, but we want to suggest a smart and free replacement for it. Notepad++ is a gorgeous editor; you can download it at https://notepad-plus-plus.org/.
- As you scroll down the content of the file, you should find the contact tag. Fill it with your details. Note that not all of the following XML tag may be present, but you may insert it, paying attention to the syntax:
<contact> <address>via Roma 115</address> <addressCity>Roma</addressCity> <addressCountry>Italy</addressCountry> <addressType>Work</addressType> <contactEmail>stefano.iacovella@gmail.com</contactEmail> <contactOrganization>Packt Publishing Ltd.</contactOrganization> <contactPerson>Stefano Iacovella</contactPerson> <contactPosition>Chief geographer</contactPosition> </contact>
- Now save the file and close it. Then go to the web interface; in the About & Status panel, click on the Server Status menu link to display the GeoServer status, scroll down, and click on the Reload button.
- Now, go to the Contact Information panel. It shows your updated information.
We explored a simple case to use the reload configuration function. This is very useful in case you have to update a remote server with an automatic procedure, or you configure more GeoServer instances sharing the same configuration. We will explore such deployment options in Chapter 11, Tuning GeoServer in a Production Environment.
推薦閱讀
- Building a RESTful Web Service with Spring
- C++ Builder 6.0下OpenGL編程技術
- Learning Flask Framework
- .NET 4.0面向對象編程漫談:基礎篇
- 區塊鏈:以太坊DApp開發實戰
- Monitoring Elasticsearch
- 深入淺出RxJS
- Unity 2017 Mobile Game Development
- C/C++程序員面試指南
- Django 5企業級Web應用開發實戰(視頻教學版)
- Python應用與實戰
- C++面向對象程序設計
- Managing Windows Servers with Chef
- 樹莓派開發從零開始學:超好玩的智能小硬件制作書
- 開源網絡地圖可視化:基于Leaflet的在線地圖開發