Constructs a dummy loader. It generates a descriptor representing
the webapp.
super(id, loader, manager);
try {
this.application = manager.getDescriptor(id, manager.getLocation(id));
} catch (ConfigException confEx) {
_logger.log(Level.SEVERE,"loader.configexception", confEx);
}