public class PortalContainerConfigOwner implements ServletContextListener
{
public void contextInitialized(ServletContextEvent event)
{
final PortalContainerPreInitTask task = new PortalContainerPreInitTask()
{
public void execute(ServletContext context, PortalContainer portalContainer)
{
portalContainer.registerContext(context);