Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Riena/System Properties"

m (Riena System Properties)
m (Riena System Properties)
Line 1: Line 1:
 
== Riena System Properties ==
 
== Riena System Properties ==
There are few system properties that control Riena's behavior while development, testing, etc. This page collects them and explains them shortly.
+
There are few system properties that control Riena's behavior in production, development, testing, etc. This page collects them and explains them shortly.
  
 
{| border="1" cellspacing="0"
 
{| border="1" cellspacing="0"
Line 9: Line 9:
 
|-
 
|-
 
| riena.manualproxies || String|| null || Communication || allows to set manual internet proxy settings. See also: org.eclipse.riena.communication.core.proxyselector.ManualProxySelector
 
| 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
 
| riean.testing || boolean || false || UI testing || bla bla

Revision as of 09:05, 30 June 2009

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.

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

Back to the top