Re: Container managed security and Proxy support

2010-10-21 Thread Pid
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

Re: Container managed security and Proxy support

2010-10-21 Thread André Warnier
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

Re: Container managed security and Proxy support

2010-10-20 Thread Pid
Kopie > Bitte antworten > an Thema > "Tomcat UsersRe: Container mana

Re: Container managed security and Proxy support

2010-10-20 Thread Oliver Wulff
Re: Container managed security and List"Pro

Re: Container managed security and Proxy support

2010-10-20 Thread Pid
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

RE: Container Managed Security

2006-03-03 Thread James Reynolds
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

Re: Container Managed Security

2006-03-03 Thread Frank W. Zammetti
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