MikeCrosby wrote:
Thanks for the recommendation.  I did as you suggested and thought I might
have found the problem.  An exception was thrown when j2-admin was
redeployed stating that it couldn't find the SAXParserFactoryImpl class.  I
went ahead and copied the xerces jars to the common\lib directory for Tomcat
and restarted the server.

That didn't seem to resolve the issue.  So, I changed the web.xml file for
j2-admin again.  The jetspeed.log reported the usual error:

2007-01-22 14:54:47,169 [WORKER_5] ERROR
org.apache.jetspeed.container.invoker.ServletPortletInvoker - Failed to find
Servlet context for Portlet Application: /j2-admin
javax.portlet.PortletException: Failed to find Servlet context for Portlet
Application: /j2-admin
        at

Did you ever get this resolved?

Looking at the code, it appears that the context is not available from Tomcat: ServletContext appContext = jetspeedContext.getContext(portletApplicationName);
        if (null == appContext)
        {
String message = "Failed to find Servlet context for Portlet Application: " + portletApplicationName;
            log.error(message);
            throw new PortletException(message);
        }

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to