Sangam, Figured out your problem (I think):
Locate your JetspeedSecurity.properties file, should be in WEB-INF/conf: Set the following property to * to give anonymous users all permissions. Or, to give specific ones, the possible permissions are: view, customize, minimize, maximize, close, info, detach. I assume you use comma-delimited string to specify multiple, never tried it: services.JetspeedSecurity.permission.default.anonymous=* This should give you the ability to customize portlets as anon user. Then set this other property to false: services.JetspeedSecurity.actions.anon.disable=false This should give you the action icons for each portlet. Note that anyone who doesn't have a user name is an anon user, so customization changes will be applied for all non-registered users. peace, Joe P.S. This info (and more) can be found at: http://www.bluesunrise.com/jetspeed-docs/JetspeedTutorial.htm > -----Original Message----- > From: Sangam Dash [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 06, 2002 12:27 PM > To: Jetspeed Users List > Subject: Re: Customize portlets for anon user? > > > Jim Arnott wrote: > > > > > > > > >>Can i customize the portlets for the anon user? > >>Are there any settings that i have to set for this one? > >> > >> > >> > >Sure, just login as anon and customize away. > > > > > >-- > >To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > >For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > > > Hi > > when i login as anon and try to customize the portlets it > says you dont > have permission to see this portlet? how can i change the permission? > The other question i have is how can show the minimize and maximnize > buttons on the top right hand corner of the portlet so that the users > can maximize or minimize the portlets without logging in? > > Thanks > sangam dash > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
