Riena/System Properties
< Riena
Revision as of 09:14, 30 June 2009 by Stefan.Liebig.compeople.de (Talk | contribs) (→Riena System Properties)
Riena System Properties
There are few system properties that control Riena's behavior in production, development, testing, etc. This page collects them and explains them shortly.
property name | type | default value | affects | description |
---|---|---|---|---|
riena.development | boolean | true | Logging | if true (default) and no logging has been configured, logging will produce output to System.out/err |
riena.loglevel | String | "warn" | Logging | Log level settings for the org.eclipse.riena.core.logging.SystemPropertyLogFilter, possible values: "debug", "info", "warn", "error" and "none" |
riena.manualproxies | String | null | Communication | allows to set manual internet proxy settings. See also: org.eclipse.riena.communication.core.proxyselector.ManualProxySelector |
org.eclipse.equinox.http.jetty.http.port | int | null | Communication | Gets the jetty http port |
riean.testing | boolean | false | UI testing | bla bla |
riena.testing.widgetid.mainshell | String | "default" | UI testing | bla bla |