Configure Oracle Web Determinations

The following is intended to describe how to configure Oracle Web Determinations, describing the functions of each of the configuration properties, as well as common configuration patterns. The configuration file is typically located in the following directory:

WEB-INF\classes\configuration\config.properties

 

If you make any changes to the config.properties file, be sure to restart your application server, because the configuration is cached.

Note: UTF-8 encoding should always be used.

Configuration Examples

 

Notes:

Before you commence any configuration of Web Determinations, it is important to note that an application will not function properly if the date, time, or date/time value, as formatted according to the output format, cannot be understood according to the input format.

On Java, this means that the configured output format must match one of the configured input formats, and if one of the input formats might possibly be ambiguous the version matching the output format must come first.

On .NET, this means that the output format must be a legal and unambiguous format according to Microsoft's .NET runtime library. (We don't configure input formats on .NET.)

If you do not do this, dates will not be correctly understood and could result in a fatal error.