log.debug(sm.getString("contextConfig.deployXPDL", files[i]));
long t1 = System.currentTimeMillis();
try
{
URL url = new URL("file", null, xpdl.getCanonicalPath());
deployer.install(xpdl.getName(), url);
}
catch (Throwable t)
{
log(sm.getString("contextConfig.deployXPDL.error", files[i]), t);
}