peer review 11821 / FR [2977050] - Read ADEMPIERE_HOME from web.xml
Link to SF Tracker: http://sourceforge.net/support/tracker.php?aid=2977050
This commit is contained in:
parent
704877109d
commit
7af86a2af9
|
@ -750,7 +750,7 @@ public final class Ini implements Serializable
|
|||
String env = System.getProperty (ENV_PREFIX + ADEMPIERE_HOME);
|
||||
if (env == null)
|
||||
env = System.getProperty (ADEMPIERE_HOME);
|
||||
if (env == null) {
|
||||
if (env == null && ! isClient()) {
|
||||
InitialContext context;
|
||||
try {
|
||||
context = new InitialContext();
|
||||
|
|
Loading…
Reference in New Issue