[jboss-user] [JBoss Portal] - Changing the access denied error page to a custom page

dipinpoovathel do-not-reply at jboss.com
Sat Mar 1 10:58:34 EST 2008


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 tried in the way described in refernce guide. I set the pproperties, 



  | <property>
  |      <name>control.portal.access_denied</name>
  |      <value>jsp</value>
  | </property>
  | 
and 

  | <property>
  |      <name>control.portal.resource_uri</name>
  |      <value>/WEB-INF/jsp/error/portal.jsp</value>
  | </property>
  | 
But its also not working. I am using JBoss 2.6.3

Any help is appreciated.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133443#4133443

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133443



More information about the jboss-user mailing list