- 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.
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Getting Started with Gulp(Second Edition)
- Linux核心技術從小白到大牛
- Modular Programming in Java 9
- Arduino家居安全系統構建實戰
- jQuery Mobile移動應用開發實戰(第3版)
- Getting Started with Hazelcast(Second Edition)
- Extreme C
- PHP編程基礎與實踐教程
- 小型編譯器設計實踐
- Scratch從入門到精通
- Visual C++程序設計與項目實踐
- 實驗編程:PsychoPy從入門到精通
- Python 3.6從入門到精通(視頻教學版)
- JSP程序設計與案例教程