Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Ashan Kaya   on Mar 09 In Java Category.

  
Question Answered By: Hugo Williams   on Mar 09

Just add the following line after your <welcome-file-list> tag in your web.xml file:


<error-page>

<error-code>403</error-code>

<location>/errorPage.jsp</location>

</error-page>

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on CONTAINER MANAGED SECURITY PROBLEM Or get search suggestion and latest updates.


Tagged: