Re: Automatic way of transferring to login screen - Ryan Norman

2002-03-28 Thread Mikael Eriksson
Check out this link http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Security4.html#67530 Regards The standard J2EE web security does all the things you want. At 11:03 2002-03-28 -0800, you wrote: Hi, I am running Win 2K advanced server, JDK 1.3, Tomcat 4.0 and struts framework. I would like

RE: Automatic way of transferring to login screen - Ryan Norman

2002-03-28 Thread Tero P Paananen
Check out this link http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Security4.html#67530 Regards The standard J2EE web security does all the things you want. Unless your application needs a customized login process. If that's the case, it's kludge hacking time...

RE: Automatic way of transferring to login screen - Ryan Norman

2002-03-28 Thread HERSHKOWITZ,PHIL (A-Sonoma,ex1)
Hi Ryan, Check out the example application struts-example.war which is in the current struts distribution. Each JSP page uses the custom tag app:checkLogon/ to determine if a user is logged in. If not, the user is redirected to a login page. Phil -Original Message- From: Ryan