tinico-
Start with a fully fresh portal (including database) and in the CMS service configuration
use this as the policy: inside jboss-service.xml file
| <policy>
| <criteria name="path" value="/">
| <permission name="cms" action="manage">
| <role name="Anonymous"/>
| </permission>
| </criteria>
| </policy>
|
This should give you access to functions in the CMS Admin tool as a "not logged
in" (Anonymous) user.
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4145171#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...