RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Jon.Ridgway
Hi Koen, When we have done this using WebLogic and Struts we did not have an action mapping for the login. If you do have one it should *not* point to the login page, but rather the page you would like to go to after login (assuming it is a secured page). Your default (or post login) jsp/html

Re: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread @Basebeans.com
Subject: Re: form-based login on a BEA weblogic server 6.1 From: Vic C. [EMAIL PROTECTED] === http://edocs.bea.com/wls/docs61/webapp/web_xml.html Click on security. Koen Puttevils wrote: Hello, I'm trying to use a form-based login on a Bea WLS 6.1. Is there anyone who has experience

Re: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread @Basebeans.com
Subject: Re: form-based login on a BEA weblogic server 6.1 From: C. Allen Sher [EMAIL PROTECTED] === Quick question: Does this arrangement tie your app to WebLogic, or is it still deployable to, say, Tomcat? Jon.Ridgway [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... Hi Koen

RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Tero P Paananen
I'm trying to use a form-based login on a Bea WLS 6.1. Is there anyone who has experience with this using struts?? I don't know exactly how to set the actionmapping, because BEA wants the action of the form pointing to j_security_check. Does anyone has a working example for this problem?

RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Koen Puttevils
This will tie the app to weblogic. What means, the login-procedure is specific for weblogic. -Original Message- From: Struts Newsgroup [mailto:@[EMAIL PROTECTED]] Sent: Tuesday, June 11, 2002 4:55 PM To: [EMAIL PROTECTED] Subject: Re: form-based login on a BEA weblogic server 6.1

RE: form-based login on a BEA weblogic server 6.1

2002-06-11 Thread Tero P Paananen
This will tie the app to weblogic. What means, the login-procedure is specific for weblogic. No it won't. The behavior described in Jon Ridgway's post is vanilla Servlet Spec 2.2 behavior and will work on any compliant servlet container. -TPP -- To