- 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.
推薦閱讀
- Mastering Concurrency Programming with Java 8
- 程序員面試算法寶典
- Dependency Injection in .NET Core 2.0
- PHP+MySQL網站開發技術項目式教程(第2版)
- C++程序設計基礎教程
- Learning Zurb Foundation
- CoffeeScript Application Development Cookbook
- Kotlin開發教程(全2冊)
- 大話Java:程序設計從入門到精通
- 零基礎看圖學ScratchJr:少兒趣味編程(全彩大字版)
- Mobile Forensics:Advanced Investigative Strategies
- Android高級開發實戰:UI、NDK與安全
- Python面試通關寶典
- Kotlin語言實例精解
- 透視C#核心技術:系統架構及移動端開發