git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/dataminer-pool-manager@148713 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
c09cc4848f
commit
a39309903d
|
@ -20,7 +20,7 @@ public class Props {
|
|||
***REMOVED***read from filesystem
|
||||
FileInputStream input;
|
||||
try {
|
||||
input = new FileInputStream(home+"/dpmConfig/service.properties");
|
||||
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
|
||||
***REMOVED*** loading properites from properties file
|
||||
try {
|
||||
props.load(input);
|
||||
|
@ -47,7 +47,7 @@ public class Props {
|
|||
***REMOVED***read from filesystem
|
||||
FileInputStream input;
|
||||
try {
|
||||
input = new FileInputStream(home+"/dpmConfig/service.properties");
|
||||
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
|
||||
***REMOVED*** loading properites from properties file
|
||||
try {
|
||||
props.load(input);
|
||||
|
@ -75,7 +75,7 @@ public class Props {
|
|||
***REMOVED***read from filesystem
|
||||
FileInputStream input;
|
||||
try {
|
||||
input = new FileInputStream(home+"/dpmConfig/service.properties");
|
||||
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
|
||||
***REMOVED*** loading properites from properties file
|
||||
try {
|
||||
props.load(input);
|
||||
|
|
Loading…
Reference in New Issue