You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Shushant Arora <sh...@gmail.com> on 2016/05/11 15:04:06 UTC

tomcat jaas custom error message in error page

Hi

I have a web application deployed on tomcat.
I have used custom login module of JAAS for authentication and provided
login and error page in web.xml.

I want to access message of login exception which I threw in login module
into error page - so that custom message can be displayed to user. How to
achieve this?

Thanks!