This commit is contained in:
Nunzio Andrea Galante 2017-05-16 13:30:57 +00:00
parent d59a41956d
commit a831271e75
1 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@ public class Props {
//read from filesystem
FileInputStream input;
try {
input = new FileInputStream(home+"/dpmConfig/service.properties");
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
// loading properites from properties file
try {
props.load(input);
@ -47,7 +47,7 @@ public class Props {
//read from filesystem
FileInputStream input;
try {
input = new FileInputStream(home+"/dpmConfig/service.properties");
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
// loading properites from properties file
try {
props.load(input);
@ -75,7 +75,7 @@ public class Props {
//read from filesystem
FileInputStream input;
try {
input = new FileInputStream(home+"/dpmConfig/service.properties");
input = new FileInputStream(home+"/dataminer-pool-manager/dpmConfig/service.properties");
// loading properites from properties file
try {
props.load(input);