Hi Ate, Thanks for the response, this was exactly my problem as well, there is nothing useful in the logs.
I can't find jetspeed.log in the logs folder, catalina.out doesn't have anything in it and there is no stack trace in my projects log either. Do i need anything special to get things logged to jetspeed.log and catalina.out. regards dipu On Nov 14, 2007 2:33 PM, Ate Douma <[EMAIL PROTECTED]> wrote: > Hi Dipu, > > I do need the possible errors from jetspeed.log and maybe catalina.out to > help. > Without that, I really don't know what's going wrong and what has an > initialization failure here. > > Ate > > > > Dipu Seminlal wrote: > > 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] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
