try {
bean = ApplicationHelper.findApplication(_configCtx, name);
} catch (ConfigException ce) {
String msg = _strMgr.getString("ErrorFindingApplication",
name, target);
throw new LbReaderException(msg, ce);
}
LocationHelper lhelper = new LocationHelperImpl(_configCtx);
if (bean instanceof WebModule) {
WebModule wMod = (WebModule) bean;