Contains
•All important configuration files like WebOffice 10.7 SP1 web application configuration as well as all WebOffice 10.7 SP1 project configuration files
•All work directories for saving files to store state information, server side user profiles etc.
•WebOffice 10.7 SP1 log files
•WebOffice 10.7 SP1 statistics file
•JAVA web application configuration
•WebOffice 10.7 SP1 libraries

WebOffice 10.7 SP1 web application WEB-INF directory
Directory / File |
Description |
classes/configuration/ application_config.xml |
application_config.xml is the WebOffice web application configuration file.
Note: Configure it using WebOffice author, see chapter Application Configuration for details. |
classes/configuration/ application_config.xsd |
XML Schema file for application_config.xml. |
|
projects |
The projects directory contains all WebOffice 10.7 SP1 project configurations.
Note: Configure it using WebOffice author, see chapter WebOffice author and subsequent chapters for details. |
classes/configuration/ projects/ webgis_querycenter_config.xsd |
XML Schema file for all WebOffice 10.7 SP1 project configurations. |
classes/configuration/license/ license.properties |
Contains the WebOffice 10.7 SP1 license keys. |
classes/configuration/license/ admin.properties |
Contains the hashed administrator password of the WebOffice 10.7 SP1 administration pages.
Note: If you have forgotten your password then replace this file by the original file from your WebOffice installation media and restart Tomcat service again. |
classes/configuration/log/ log4j.properties |
Contains the log settings of WebOffice 10.7 SP1.
Note: If you change the log level of a logger here the change has global and permanent effect. Please assure not to set various loggers to DEBUG level permanently because it may cause performance loss. In order to make the new log levels effective you have to restart the WebOffice 10.7 SP1 application after any changes. Note: Another more convenient way (without needing to restart the application) of changing log levels is via the Logging Tab in SynAdmin. |
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.7 SP1 . 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).
Note: Older statistics log files will be transferred into work/statistics directory. |
|
work/GeoProject.log |
Contains all log information about saving base data into the UserManagement database.
Note: Log level configuration in <WebOffice author installation directory>\WebOffice_author-Log.config. |
work/WebOffice_author.log |
Contains all log information about WebOffice author and project saving.
Note: Log level configuration in <WebOffice author installation directory>\WebOffice_author-Log.config. |
work/archive |
In this directory plot and ePaper outputs can be archived.
Note: For more details how to configure this setting see Common Settings. |
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.
Note: For more details how to create multilingual legends see Legend Texts. |
|
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. Note: For a script to cleanup the statistics files see Cleanup of WebOffice Statistics. |
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>
Note: The Life time of session objects should be the same than the session timeout in the web_user.xml. Note: The GZIP filter can be increased in the web_user.xml. |
|
SynServer-servlet.xml |
Internal mapping file. |
WebOffice 10.7 SP1 web application WEB-INF directory