RE: j_security_check

2004-12-16 Thread liooil
here is what you have to code : In your web.xml : FORM /authentication.jsp /authenticationFailed.jsp Note, for me realm-name is a jndi name declared in my application server (jboss) that call a jaas policy module. I was also disapointed that login-page an

RE: j_security_check

2004-12-16 Thread Brady Hegberg
I recently did what I think you're trying to do. I created a login servlet that redirects to j_security check. Matt Raible was kind enough to document his work on it here: http://www.mail-archive.com/tomcat-user@jakarta.apache.org/msg86636.html http://raibledesigns.com/page/rd?anchor=md_5_a_pass

RE: j_security_check

2004-12-16 Thread Jim Barrows
> -Original Message- > From: Tate Austin [mailto:[EMAIL PROTECTED] > Sent: Thursday, December 16, 2004 12:21 PM > To: Struts Users Mailing List > Subject: j_security_check > > > I have a logon page that I would like to have a checkbox on > for writing a > cookie to the browser. The pr

RE: j_security_check

2004-12-16 Thread Chaikin, Yaakov Y.
Tate, I am not 100% sure if this is what you are asking, but... You can configure authentication declaratively in your web.xml telling the server that you are using form-based authentication. You will have to specify the page that contains your login form and the error page if the user fails the