logger.log(Level.FINE, "", e);
}
}
if (md.context != null && md.context instanceof ContextRootInfo) {
ContextRootInfo r = (ContextRootInfo) md.context;
if (!(r.getHttpHandler() instanceof ContainerMapper)){
new BindException("Port " + port + " is already used by Container: "
+ r.getHttpHandler() +
" and will not get started.").printStackTrace();
return null;
}
}
}