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

2002-03-28 Thread HERSHKOWITZ,PHIL (A-Sonoma,ex1)
mailto:[EMAIL PROTECTED]] > Sent: Thursday, March 28, 2002 11:03 AM > To: Struts User Mailing List; LA Java User Group > Subject: Automatic way of transferring to login screen - Ryan Norman > > > Hi, > > I am running Win 2K advanced server, JDK 1.3, Tomcat 4.0 and > strut

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 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 li

Automatic way of transferring to login screen - Ryan Norman

2002-03-28 Thread Ryan Norman
Hi, I am running Win 2K advanced server, JDK 1.3, Tomcat 4.0 and struts framework. I would like to know whether there is an automatic way of transferring the user to the login screen in the below given scenarios. . The first time he enters the application. . When the session variables expire. .