final File propertyFile = new File(confDir, "jbossesb-properties.xml") ;
final String absPropertyFile = propertyFile.getAbsolutePath() ;
System.setProperty(Environment.PROPERTIES_FILE, "abs://" + absPropertyFile) ;
servletContext.log("ESB Property configuration obtained from file: " + absPropertyFile);
final File juddiPropertyFile = new File(confDir, "juddi.properties") ;
final String absJuddiPropertyFile = juddiPropertyFile.getAbsolutePath() ;
System.setProperty("juddi.propertiesFile", absJuddiPropertyFile) ;