Navigation:  WebOffice System Internals > WebOffice Web Application File Structure >

WEB-INF Directory

Previous pageReturn to chapter overviewNext page

Contains

All important configuration files like WebOffice 10 R3 web application configuration as well as all WebOffice 10 R3 project configuration files

All work directories for saving files to store state information, server side user profiles etc.

WebOffice 10 R3 log files

WebOffice 10 R3 statistics file

JAVA web application configuration

WebOffice 10 R3 libraries

 

WebOffice 10 R3 web application WEB-INF directory

WebOffice 10 R3 web application WEB-INF directory

 

Directory / File

Description

classes/configuration/

application_config.xml

application_config.xml is the WebOffice web application configuration file. Configure it using WebOffice author (File menu – Application).

classes/configuration/

application_config.xsd

XML Schema file for application_config.xml.

classes/configuration/

projects

The projects directory contains all WebOffice project configurations.

classes/configuration/

projects/ webgis_querycenter_config.xsd

XML Schema file for all WebOffice project configurations.

classes/configuration/license/

license.properties

Contains the WebOffice license keys.

classes/configuration/license/

admin.properties

Contains the hashed administrator password of the WebOffice 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.

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.

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 an error occurs during use of WebOffice 10 R3 . 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).

work/GeoProject.log

Contains all log information about saving base data into the UserManagement database. 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. Log level configuration in <WebOffice author installation directory>\WebOffice_author-Log.config.

work/JIntegra.log

The log file generated by JIntegra Interoperability software used by Esri to provide a JAVA-COM bridge.

Look into this file first if DCOM (distributed COM) access problems occur.

work/archive

Plot and ePaper output can be archived into this directory.

Note: Information regarding the configuration of this function can be found in 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 Multilanguage legend content.

work/profiles

Used to store server side user profiles.

work/reporting

Not implemented yet.

work/schemas

Used to store WFS schemas.

work/state

Used to store WebOffice client states.

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>

SynServer-servlet.xml

Internal mapping file.

WebOffice 10 R3 web application WEB-INF directory