LOG.info("We assume that the ServletContext '" + ContainerUtil.getServletContextName(context)
+ "' is not a portal since no portal container definition with the same name has been"
+ " registered to the component PortalContainerConfig. The related portal container"
+ " will be declared as disabled.");
}
config.disablePortalContainer(ContainerUtil.getServletContextName(context));
}
// We assume that a ServletContext of a portal container owns configuration files
PortalContainer.addInitTask(context, new PortalContainer.RegisterTask());
}
else