Tracing

As described in Localization, the file CDEJResources.properties defines properties for localizing certain features of the application. It also contains the setting to enable tracing of server function calls on the web-tier. Add the following property to enable this tracing:

TraceOn=true

When enabled, the inputs to and outputs from all server function calls will be written to "Standard Out"1.

1 Due to classloader issues with Log4j, the web-tier does not currently provide a configurable logging system in the same way as the server-tier.