*/
public void registerPortalContainer(ServletContext context)
{
PortalContainerConfig config = getPortalContainerConfig();
// Ensure that the portal container has been registered
config.registerPortalContainerName(context.getServletContextName());
if (config.hasDefinition())
{
// The new behavior has been detected thus, the creation will be done at the end asynchronously
portalContexts.add(new WebAppInitContext(context));
// We assume that a ServletContext of a portal container owns configuration files