|
|
@ -104,7 +104,7 @@ public class ConfigsLoader implements ServletContextListener {
|
|
|
|
Configs.COLLECT_PAY_TABLE = properties.getProperty("collect-pay-table");
|
|
|
|
Configs.COLLECT_PAY_TABLE = properties.getProperty("collect-pay-table");
|
|
|
|
|
|
|
|
|
|
|
|
HttpClientConstant.URL_IP_PORT = properties.getProperty("HttpClientConstant_URL_IP_PORT").trim();
|
|
|
|
HttpClientConstant.URL_IP_PORT = properties.getProperty("HttpClientConstant_URL_IP_PORT").trim();
|
|
|
|
|
|
|
|
Constant.moveFileMaxNum=Integer.valueOf(properties.getProperty("moveFileMaxNum").trim());
|
|
|
|
Constant.hostIp=properties.getProperty("gfs_control_ip").trim();
|
|
|
|
Constant.hostIp=properties.getProperty("gfs_control_ip").trim();
|
|
|
|
Constant.rootPasswd=properties.getProperty("gfs_control_rootPassWd").trim();
|
|
|
|
Constant.rootPasswd=properties.getProperty("gfs_control_rootPassWd").trim();
|
|
|
|
Constant.ganymedSSH = new GanymedSSH(Constant.hostIp, Constant.rootUser, Constant.rootPasswd, Constant.port);
|
|
|
|
Constant.ganymedSSH = new GanymedSSH(Constant.hostIp, Constant.rootUser, Constant.rootPasswd, Constant.port);
|
|
|
|