Hi,

I'm using JBoss and Tomcat to develop my web application.

I have a security domain and the user must authenticate 
itself to access the restricted area.

I'm using the DatabaseServer login module and I have defined the
necessary tables.

I want to display an error page when the user is not allowed 
to access instead of the HTTP-403 error message.

I've tried to add the following lines in the web.xml:

<error-page>
  <error-code>403</error-code>
  <location>/error.jsp</location>
</error-page>

but I keep having the HTTP-403 message displaied.

I've also tried to use the <form-error-page> tag, but still 
have the problem

What can I do?
Should I add anything in the jboss-web.xml?

Please help!

Thanks in advance




_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to