RE: [S2] login action w/FORM authentication?

2007-06-27 Thread Wesley Wannemacher
> -Original Message- > From: Jon Wilmoth [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 26, 2007 8:24 PM > To: Struts Users Mailing List > Subject: Re: [S2] login action w/FORM authentication? [snip] > This is a major bummer to say the least. I'm

Re: [S2] login action w/FORM authentication?

2007-06-26 Thread Jon Wilmoth
TLY appreciate if one of the Struts developers had a workaround suggestion. For example would it be feasible to port FilterDispatcher to a servlet? - Original Message From: Jon Wilmoth <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Monday, June 25, 2007 7:14:52 PM Subject: Re

Re: [S2] login action w/FORM authentication?

2007-06-25 Thread Jon Wilmoth
t; >- Original Message ---- >From: Jon Wilmoth <[EMAIL PROTECTED]> >To: user@struts.apache.org >Sent: Sunday, June 24, 2007 9:21:02 PM >Subject: [S2] login action w/FORM authentication? > > >Is it possible to use an action as the webapp's login page?

Re: [S2] login action w/FORM authentication?

2007-06-25 Thread Ian Roughley
should post this to the Tomcat user list please let me know...it just seems to me that other S2 users may have this same question. - Original Message From: Jon Wilmoth <[EMAIL PROTECTED]> To: user@struts.apache.org Sent: Sunday, June 24, 2007 9:21:02 PM Subject: [S2] login action w/FO

Re: [S2] login action w/FORM authentication?

2007-06-25 Thread Jon Wilmoth
e 24, 2007 9:21:02 PM Subject: [S2] login action w/FORM authentication? Is it possible to use an action as the webapp's login page? I've tried the following web.xml/struts.xml entries with S2.0.8 & Tomcat 5.5.23, but get a 404 The requested resource (/mywebapp/login.action) is no

[S2] login action w/FORM authentication?

2007-06-24 Thread Jon Wilmoth
Is it possible to use an action as the webapp's login page? I've tried the following web.xml/struts.xml entries with S2.0.8 & Tomcat 5.5.23, but get a 404 The requested resource (/mywebapp/login.action) is not available message. FORM /login.action /logi

Re: form authentication

2005-04-15 Thread Ted Husted
struts. > I need some simple example how to do FORM AUTHENTICATION with struts. > can you help me? (send it to: [EMAIL PROTECTED]). > > thank you very much. > > Best Regards, > Peter - To unsubscribe, e-

Re: Re[2]: form authentication

2005-04-15 Thread Dakota Jack
IL PROTECTED]> wrote: > >> Hi theere. > >> I'm newbie to struts. > >> I need some simple example how to do FORM AUTHENTICATION with struts. > >> can you help me? (send it to: [EMAIL PROTECTED]). > >> > >> thank you very much. > >> >

Re[2]: form authentication

2005-04-14 Thread Peter Laufer
Peter Laufer <[EMAIL PROTECTED]> wrote: >> Hi theere. >> I'm newbie to struts. >> I need some simple example how to do FORM AUTHENTICATION with struts. >> can you help me? (send it to: [EMAIL PROTECTED]). >> >&g

Re: form authentication

2005-04-14 Thread Dakota Jack
There are examples in the Struts shipment. On 4/14/05, Peter Laufer <[EMAIL PROTECTED]> wrote: > Hi theere. > I'm newbie to struts. > I need some simple example how to do FORM AUTHENTICATION with struts. > can you help me? (send it to: [EMAIL PROTECTED]). > > t

form authentication

2005-04-14 Thread Peter Laufer
Hi theere. I'm newbie to struts. I need some simple example how to do FORM AUTHENTICATION with struts. can you help me? (send it to: [EMAIL PROTECTED]). thank you very much. Best Regards, Peter - To unsubscribe, e-mail: [

Re: Newbie FORM authentication problems with a Struts app - TC 5.0.25

2004-06-15 Thread Victor R. Cardona
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Adam Lipscombe wrote: | Thanks, but this produces the error message: | "javax.servlet.ServletException: Cannot retrieve mapping for action | /j_security_check" | | As far as I know TC should treat the "jsecurity_check" action specially - it | should kno

RE: Newbie FORM authentication problems with a Struts app - TC 5.0.25

2004-06-15 Thread Adam Lipscombe
that TC is not doing this and passing it onto the Struts libs for processing. Any ideas? Cheers - Adam -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: 15 June 2004 11:10 To: Struts Users Mailing List Subject: Re: Newbie FORM authentication problems with a Struts a

Re: Newbie FORM authentication problems with a Struts app - TC 5.0.25

2004-06-15 Thread Mark Lowe
try this. On 15 Jun 2004, at 11:15, Adam Lipscombe wrote: Folks, Apologies - this may be a Tomcat issue rather than Struts. I am trying to configure Tomcat FORMS based authentication with a JDBC realm (MySQL). I have added the MySQL driver to the server.xml and configured the Login.jsp page th

Newbie FORM authentication problems with a Struts app - TC 5.0.25

2004-06-15 Thread Adam Lipscombe
Folks, Apologies - this may be a Tomcat issue rather than Struts. I am trying to configure Tomcat FORMS based authentication with a JDBC realm (MySQL). I have added the MySQL driver to the server.xml and configured the Login.jsp page thus: