I have set the follwoing properties in the *-object.xml.
| <!-- Control policy config -->
| <property>
| <name>control.portal.access_denied</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.portal.unavailable</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.portal.not_found</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.portal.internal_error</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.portal.error</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.portal.resource_uri</name>
| <value>/WEB-INF/jsp/error/portal.jsp</value>
| </property>
| <property>
| <name>control.page.access_denied</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.page.unavailable</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.page.not_found</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.page.internal_error</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.page.error</name>
| <value>jsp</value>
| </property>
| <property>
| <name>control.page.resource_uri</name>
| <value>/WEB-INF/jsp/error/page.jsp</value>
| </property>
| </properties>
|
When i was trying to access the non exsting page it is not showing the Page 404 Message.
Instaed it shows the default page of my portal. Is there any setting i am missing so that
i could get the 404 page get displayed.
Any help is highly appriciated. Thanks in advance.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093715#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...