> From: waynel@(protected)]
> Subject: Re: yet another SSL question
>
> Is it possible to have multiple different Login pages in one webapp?
Yes; look at section 12.8 of the Servlet spec:
http://jcp.org/aboutJava/communityprocess/final/jsr154/index.html
Use different <url-pattern> settings for each area of the webapp that
you want to control.
For a real-world example of using multiple security constraints in one
web app, look inside Lambda Probe's WEB-INF/web.xml file (download from
http://lambdaprobe.org).
- 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 start a new topic, e-mail: users@(protected)
To unsubscribe, e-mail: users-unsubscribe@(protected)
For additional commands, e-mail: users-help@(protected)