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

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.

icon_cross-reference

Configure it using WebOffice author, see chapter Application Configuration for details.

classes/configuration/

application_config.xsd

XML Schema file for application_config.xml.

classes/configuration/

projects

The projects directory contains all WebOffice 10.9 R4 project configurations.

icon_cross-reference

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.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.

icon_comment

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.9 R4.

icon_comment

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.9 R4 application after any changes.

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.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.

work/WebOffice.csv

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).

icon_comment

Older statistics log files will be transferred into work/statistics directory.

work/GeoProject.log

Contains all log information about saving base data into the user management database.

icon_comment

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.

icon_comment

Log level configuration in <WebOffice author installation directory>\WebOffice_author-Log.config.

work/archive

In this directory plot and ePaper outputs can be archived.

icon_cross-reference

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.

work/geo_bookmarks

Contains geo bookmarks that have been created by users in the WebOffice html client.

work/multilang_legend

Files containing multilingual legend content.

icon_cross-reference

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.

icon_cross-reference

For a script to cleanup the statistics files see Cleanup of WebOffice Statistics.

work/upload

This folder contains all the uploaded data from the tool 'Add Data'.

work/user_queries

Used to store user queries.

web.xml

Standard JAVA web application configuration file.

web_user.xml

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>

 

icon_cross-reference

The Life time of session objects should be the same than the session timeout in the web_user.xml.

The GZIP filter can be increased in the web_user.xml.

SynServer-servlet.xml

Internal mapping file.

WebOffice 10.9 R4 web application WEB-INF directory