> From: appy74@dsl.pipex.com [mailto:appy74@dsl.pipex.com]
> Subject: Using multiple login pages
> is it possible with Tomcat 6.0.26 for multiple login pages
> to be specified?
Read the servlet spec, especially section 13.2. A webapp may have only one <login-config>
element, so there cannot be multiple login pages, if you stick with declarative security.
Various frameworks (e.g., Spring) _might_ have the ability to display different login pages
in a single webapp, but you'll have to look at the doc for those.
- Chuck
THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus
for use only by the intended recipient. If you received this in error, please contact the
sender and delete the e-mail and its attachments from all computers.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|