On 21/10/2010 08:46, André Warnier wrote:
> Pid wrote:
>> On 20/10/2010 17:02, Oliver Wulff wrote:
>>> Thanks. To recap, I configure AJP13 with tomcatAuthentication equals to
>>> false but I still need the login-config and security-constraints in the
>>> web.xml...
>>>
>>> Where can I let tomcat kn
Pid wrote:
On 20/10/2010 17:02, Oliver Wulff wrote:
Thanks. To recap, I configure AJP13 with tomcatAuthentication equals to
false but I still need the login-config and security-constraints in the
web.xml...
Where can I let tomcat know to which roles a user belongs to?
That has to be done via
Kopie
> Bitte antworten
> an Thema
> "Tomcat UsersRe: Container mana
Re: Container managed security and
List"Pro
On 20/10/2010 16:46, Oliver Wulff wrote:
>
> src="http://zdownload.zurich.com/mailimages/ZHP_MailHeader.gif"; />
>
> Hi there
>
> Different Realms are already provided by Tomcat to configure the
> authentication. This allows the application developer to use the standard
> Servlet API to retriev
m: Frank W. Zammetti [mailto:[EMAIL PROTECTED]
Sent: Friday, March 03, 2006 12:00 PM
To: Tomcat Users List
Cc: Tomcat Users List
Subject: Re: Container Managed Security
The best book I've seen that discusses this is Head First Servlets & JSP
(ISBN 0-596-00540-7). Overall it's a p
The best book I've seen that discusses this is Head First Servlets & JSP
(ISBN 0-596-00540-7). Overall it's a pretty good book, but the section on
CMS was especially concise and easy to understand... my experience, since
I learned it myself and then had to teach a number of other people, is
that C