-
- Downloads
java: isolate system properties between contexts
The solution is using Java reflection API to replace Properties object in System.prop with a version which delegates to per-context properties. This allows each application to see different values for the same property. This works with properties set via both command line parameter (-D) and programatically with System.setProperty().
Please register or sign in to comment