You are on page 1of 1

// FileInputStream fis = new FileInputStream(System.

getProperty(
// "telmex.util.config_path",
"config//claro//default.properties"));
// properties.load(fis);
properties.setProperty("as400.pcml.usuario", "SISFIJA");
properties.setProperty("as400.pcml.host", "10.59.1.70");
// properties.setProperty("as400.pcml.host", "172.31.2.80");
properties.setProperty("as400.pcml.password", "SISFIJA");
properties.setProperty("as400.authentication.host", "10.59.1.70");
// properties.setProperty("as400.authentication.host", "172.31.2.80");
properties.setProperty("as400.pcml.user", "SISFIJA");
properties.setProperty("as400.pcml.libraries", "");
pcmlManager = new Manager(properties);

You might also like