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 page should just point to an area that
is secured in your web.xml. WebLogic will then forward automatically to your
login page, authenticate and finish by forwarding back to the default
jsp/html page. 

Hope this helps.

Jon Ridgway

-----Original Message-----
From: Koen Puttevils [mailto:[EMAIL PROTECTED]] 
Sent: 11 June 2002 11:35
To: Struts Users Mailing List
Subject: form-based login on a BEA weblogic server 6.1


Hello,

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?

Thanks

--
To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>

The contents of this email are intended only for the named addressees and
may contain confidential and/or privileged material. If received in error
please contact UPCO on +44 (0) 113 201 0600 and then delete the entire
e-mail from your system. Unauthorised review, distribution, disclosure or
other use of this information could constitute a breach of confidence. Your
co-operation in this matter is greatly appreciated. 

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to