On Thu, 27 Dec 2001 [EMAIL PROTECTED] wrote:

> Date: Thu, 27 Dec 2001 12:08:11 -0800
> From: [EMAIL PROTECTED]
> Reply-To: Tomcat Users List <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Multiple <form-login-page> 'es? (or multiple login forms)
>
> _________________________________
>
> Ok, hopefully this is a simple one for all the Catalina pros.
>
> (Note, I am using tomcat 4.0.1 with form based authentication)
>
>
>
> I have a web site that has the login form on multiple pages,
>
> and rather than forcing our users to go to a single login
>
> page, we would keep this design and allow them
>
> to enter their username and password on the 5 or so
>
> pages each with their own form.
>
>
>
> I can't see how I can do this with the single <form-login-page>,
>
> obviously the j_security_check action has to be on the
>
> form-login-page.
>
>
>
> Any suggestions on the best way to do this?
>
>

The servlet specification only supports one form-login-page for the entire
web application.  But nothing stops you from specifying the URL of a
servlet or JSP page that can display different things to different people
-- and thereby simulate the use of multiple login pages.

>
> Thanks,
>
> Cameron Elliott
>

Craig



--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to