Hi, hopefully someone can help me...

My Secured area is /admin/* which requires the "administrator" role to view.

If someone requests /admin/edit.faces, they are prompted with a login prompt as expected. If they login correctly they'll proceed to /admin/edit.faces

What I want to do is forward any request that goes to /admin/*, after having to login, to go to /admin/index.faces and not the page they initially requested.

I have looked into extending the JDBCRealm (or JNDI) but I will not be able to control where request/response from there. Can anyone point me in the right direction to what I have to extend (or whatever I have to do) to achieve the above?



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to