Skip to content
Commit 709fe5b9 authored by Johannes Ernst's avatar Johannes Ernst
Browse files

Allow setting of system properties from context.xml in addition to setting from command-line.

Accomplished by centralizing calls to System.getProperty(String) and related into new file SystemProperties.java.
There, we first check for existence of system property; if not, we look for property in context.xml
This is done for "application" properties (like hudson.DNSMultiCast.disabled) but not for java properties (like user.name)
parent b23b3cfa
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment