- 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.
推薦閱讀
- FuelPHP Application Development Blueprints
- CMDB分步構建指南
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Building a RESTful Web Service with Spring
- Practical DevOps
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- 概率成形編碼調制技術理論及應用
- Advanced Oracle PL/SQL Developer's Guide(Second Edition)
- Learning Probabilistic Graphical Models in R
- Android移動開發案例教程:基于Android Studio開發環境
- SignalR:Real-time Application Development(Second Edition)
- 青少年學Python(第2冊)
- 交互設計師成長手冊:從零開始學交互
- Python Automation Cookbook
- Scratch編程從入門到精通