You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by manglu <ma...@eutama.com> on 2003/08/01 01:53:40 UTC

Re: Need help for design

Anubhav

This should be simple

Use Container managed Security as specified in (J2EE)

Use Form based Login - login.jsp

and secure the JSPs which you want to by specifiying hte constraints in 
Web.xml
If the user accesses these secured JSPs then he would be automatically 
routed to login.jsp (if he/she has not been authenticated before)

The standard samples with TOmcat should show how this is done.

HTH
Manglu



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org