> From: app...@dsl.pipex.com [mailto:app...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to