Directory "WEB-INF"
Contains
•All important configuration files like WebOffice 10.9 R4 web application configuration as well as all WebOffice 10.9 R4 project configuration files
•All work directories for saving files to store state information, server side user profiles etc.
•WebOffice 10.9 R4 log files
•WebOffice 10.9 R4 statistics file
•JAVA web application configuration
•WebOffice 10.9 R4 libraries
WebOffice 10.9 R4 web application WEB-INF directory
Directory / File |
Description |
||
---|---|---|---|
classes/configuration/ application_config.xml |
application_config.xml is the WebOffice web application configuration file.
|
||
classes/configuration/ application_config.xsd |
XML Schema file for application_config.xml. |
||
projects |
The projects directory contains all WebOffice 10.9 R4 project configurations.
|
||
classes/configuration/ projects/ webgis_querycenter_config.xsd |
XML Schema file for all WebOffice 10.9 R4 project configurations. |
||
classes/configuration/license/ license.properties |
Contains the WebOffice 10.9 R4 license keys. |
||
classes/configuration/license/ admin.properties |
Contains the hashed administrator password of the WebOffice 10.9 R4 administration pages.
|
||
classes/configuration/log/ log4j.properties |
Contains the log settings of WebOffice 10.9 R4.
|
||
lib |
The lib directory contains the libraries used by WebOffice. |
||
work/WebOffice.log |
All log information gets stored into WebOffice.log. Please look into the log file for more details if any error occurs during use of WebOffice 10.9 R4 . A log file can grow in size up to 10MB and will then be renamed to WebOffice.log.1. The index of older log files will be raised up to 9. This way a history of up to 100MB of logging is available for trouble shooting. |
||
The statistics log file gets stored into WebOffice.csv. This file can be used for generating statistics logs (e.g. requests per day, map requests per day, etc.). This file is the primary source for getting to know •Who (which user, which IP address) accesses •What (which project, which map service, which map view, which layer) •When (time stamp).
|
|||
work/GeoProject.log |
Contains all log information about saving base data into the user management database.
|
||
work/WebOffice_author.log |
Contains all log information about WebOffice author and project saving.
|
||
work/archive |
In this directory plot and ePaper outputs can be archived.
|
||
work/fulltextsearch |
Contains the fts_admin_log.xml that is used to check if a full-text search subindex is up to date or out of date. |
||
Contains geo bookmarks that have been created by users in the WebOffice html client. |
|||
Files containing multilingual legend content.
|
|||
work/profiles |
Used to store server side user profiles. |
||
work/reporting |
Not implemented yet. |
||
work/schemes |
Used to store WFS schemes. |
||
work/state |
Used to store WebOffice client states. |
||
work/statistics |
Used to store all WebOffice statistics log files apart from the currently active one, which is located directly in the work directory.
|
||
work/upload |
This folder contains all the uploaded data from the tool 'Add Data'. |
||
Used to store user queries. |
|||
web.xml |
Standard JAVA web application configuration file. |
||
Concerning WebOffice, you can change certain web application parameters in weboffice_user.xml, e.g. the standard session timeout of WebOffice sessions. Default value is 30 minutes.
<session-config> <session-timeout>30</session-timeout> </session-config>
|
|||
SynServer-servlet.xml |
Internal mapping file. |
WebOffice 10.9 R4 web application WEB-INF directory