[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-03-01 Thread dipinpoovathel
Peter, I tried in that way also but its not working. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4133440#4133440 Reply to the post : http://www.jboss.com/index.html?module=bbop=postingmode=replyp=4133440 ___

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-29 Thread dipinpoovathel
Sorry Peter, the properties I set for the portal are | property | namecontrol.portal.access_denied/name | valuejsp/value | /property | and | property | namecontrol.portal.resource_uri/name | value/WEB-INF/jsp/error/portal.jsp/value | /property | View the original post :

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-29 Thread dipinpoovathel
Thanks Peter. I think this is the way I have to follow. I did a prototype on this and its working good. But I have an issue, if user who doesnt have access to a portal trying access it I am getting Access denied: HTTP 403 Forbidden response error page. I need change that to a custom jsp page. I

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-29 Thread PeterJ
I haven't tried this before. Maybe someone else has an can post a reply. Possible long shot: add an error-page tag to the globla server/xxx/deploy/jboss-web.deployer/conf/web.xml file, and place the referenced html file in the server/xxx/deploy/jboss-web.deployer/ROOT.war directory. View the

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-27 Thread dipinpoovathel
Peter, Thanks for your reply. But this is not the one I want. I have multiple portals, say MyPortal1, MyPortal2, MyPortal3 etc... and I have muliple users. say User1, User2, User3 etc... Some of the user has Admin role and some of them had User role. Now I have to restrict access to MyPortal2

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-27 Thread PeterJ
One possibility. Define a role name Portal1Users. Add User1 to that role. For MyPortal1 assign the role Portal1Users viewrecursive (or personalizerecursive) permission, and remove all other permissions. Repat for the other portals. The User1 should have access to only MyPortal1. View the

[jboss-user] [JBoss Portal] - Re: Restricting access to different portals.

2008-02-26 Thread PeterJ
Have you read the documentation? Also see http://www.jboss.com/index.html?module=bbop=viewtopict=98753 and http://www.jboss.com/index.html?module=bbop=viewtopict=115712 View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4132250#4132250 Reply to the post :