Hi all,

I tried to deploy my application as portlet in jetspeed and it's
complaining about "Initialization failure"
I can't find anything useful in the logs
I am using Jetspeed 2.1.2 and my app is build against the wicket trunk.

I have given the following in my portlet.xml

<init-param>
        <name>ServletContextProvider</name>
        <value>org.apache.jetspeed.portlet.ServletContextProviderImpl</value>
</init-param>
<init-param>
        <name>PortletResourceURLFactory</name>
        <value>org.apache.jetspeed.portlet.PortletResourceURLFactoryImpl</value>
</init-param>

and the following in web.xml

<servlet>
            <servlet-name>JetspeedContainer</servlet-name>
            <display-name>Jetspeed Container</display-name>
            <description>MVC Servlet for Jetspeed Portlet 
Applications</description>
            
<servlet-class>org.apache.jetspeed.container.JetspeedContainerServlet</servlet-class>
            <init-param>
              <param-name>contextName</param-name>
              <param-value>FAB</param-value>
            </init-param>
            <load-on-startup>100</load-on-startup>
          </servlet>
          <servlet-mapping>
            <servlet-name>JetspeedContainer</servlet-name>
            <url-pattern>/container/*</url-pattern>
  </servlet-mapping>

has anyone seen this before ?

Regards
Dipu

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

Reply via email to