Re: login problem

2008-11-13 Thread Diny
hi... I had to put role-names into my web.xml file to solve login problem. you mentioned in ur post.. i would like to know how it is possible and how come you are saying tat it will reduce the login problem.. if u dont mind reply me as soon as possible. Anet-2 wrote: > > H

Re: login problem

2008-06-11 Thread Anet
urie Harper <[EMAIL PROTECTED]> Subject: Re: login problem To: user@struts.apache.org Date: Tuesday, June 3, 2008, 12:16 PM Anet wrote: > Hi > I have a problem with "security-constraint" in tomcat 5.5. I use struts 1.2. > when we used tomcat 4.1.29, there were no problem wi

Re: Login Problem

2005-08-23 Thread Laurie Harper
I guess that'd depend on the Tomcat version, but look at the documentation on session persistence and clustering. L. d d wrote: First of all thanks for replying... Actually i am authenticating user based on session attribute. i.e if user name is present in session. As u said told abt 'sess

Re: Re: Login Problem

2005-08-21 Thread d d
First of all thanks for replying... Actually i am authenticating user based on session attribute. i.e if user name is present in session. As u said told abt 'sessions being serialized' can i know more about this..or how can i avoid it?? Regards. dd On Fri, 19 Aug 2005 Laurie Harper wrote : >

Re: Login Problem

2005-08-19 Thread Laurie Harper
d d wrote: I am working on a struts web application with oracle as back end.I use tomcat. I am using filter so that if user has not logged in he cannot access any of the pages.I have a problem for logging.. I login into my application..Use the application..Now if suddenly i close Tomcat Serv

Re: Login Problem

2005-08-19 Thread C.F. Scheidecker Antunes
Take a look at O'Reilly's Struts Cookbook about this issue. d d wrote: I am working on a struts web application with oracle as back end.I use tomcat. I am using filter so that if user has not logged in he cannot access any of the pages.I have a problem for logging.. I login into my applicati