I have already defined load-on-startup, still i am not able to see portlets. here it is entry of web.xml
<servlet> <servlet-name>books</servlet-name> <servlet-class>org.apache.pluto.core.PortletServlet</servlet-class> - <init-param> <param-name>portlet-name</param-name> <param-value>books</param-value> </init-param> <load-on-startup>1</load-on-startup> </servlet> Philippe d'Anfray wrote: > > Bonjour > > I had this problem recently with Pluto2 for a Portlet-XXX and just added > > <load-on-startup>1</load-on-startup> > > at the end of the > > <servlet> > ... > </servlet> > > block in the file $CATALINA_BASE/webapps/Portlet-XXX/WEB_INF/web.xml > > Cordialement > > Ph d'Anfray > > > Le 21/10/2010 12:29, ChintzNabble a écrit : >> I have successfully deployed sample portlet application (developed using >> Spring portlet) on Pluto container. Tomcat manager shows deployed to OK, >> but >> when i go to pluto admin page to add portlet, i could not find it. >> >> what is the reason behind it? >> >> can somebody help me to resolve this issue? >> > > > begin:vcard > fn:Philippe d'Anfray > n:d'Anfray;Philippe > org:CEA-DSI > adr:Centre de Saclay;;CEA ;Gif-sur-Yvette;;91191;France > email;internet:[email protected] > tel;work:+33 (0) 1 69 08 96 09 > tel;fax:+33 (0) 1 69 08 76 95 > tel;cell:+33 (0) 6 86 38 49 86 > url:http://www.cea.fr > version:2.1 > end:vcard > > > -- View this message in context: http://old.nabble.com/Not-able-to-register-sample-portlet-in-Pluto2-tp30018073p30018498.html Sent from the Pluto - User mailing list archive at Nabble.com.
