How to display anonymous portlets that is displayed on login screen so can u tell me to display a installed portlet on login screen means how to give access permissions to the portlet that would became anonymous portlet
do the needfull.
Thanks In Advance.
Rajasekhar Yenduva
IBM Certified System Administrator -- WebSphere Portal V6.0, V5.1, V5.0
IBM Certified Solution Developer -- WebSphere Portal V5.1, v6.0
The postings on this site are my own and do not necessarily represent the positions, strategies, or opinions of IBM
As U said , I have done for single portlet it is Ok but for the CoOperate Portlets it is not ok , Can U tell me how to do .
I have granted permissions for portlet but the thing is session creation for anonymous user for that I have enabled *public.session=true* property in NavigatorService.properties then restarted the WPS server.
comming to coding inside portlet i have mentioned like below specified
request.getPortletSession(false) (it returns already existed session for anonymous user)
it's not working and display as portlet unavailable exception, unable configure edit mode
then i tried below
request.getPortletSession() ( it returns new session for anonymous user)
same thing
after that i copied NavigatorServices.properties in to WPS_ROOT\shared\app\config\services
not working so do the needfull.
Thanks In Advance
Rajasekhar Yenduva
Sun Certified Java Programmer v5.0
please see here on how to set those properties
http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/topic/com.ibm.wp.exp.doc/wps/adsetcfg.html
Or you can log into the was admin console and change them there as well, which is the easier way. if you do not let portal know about the change for NavigatorService then public sessions will never be turned on.
Please take a look at the portal infocenter
My portlet has edit mode how to grant permission for edit mode of portlet
Thanks In advance
Rajasekhar Yenduva
Sun Certified Java Programmer V5.0