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
of > apache server) how can I still benefit from container managed security in > tomcat? The password is not available anymore so that I could configure one > of the Realms. > > Is there any out of the box solution in Tomcat? For the AJP connector: tomcatAuthentication=fals

Container managed security and Proxy support

2010-10-20 Thread Oliver Wulff
ther the user belongs to a role or not. Further, you can configure access restrictions based on roles in web.xml. When the whole authentication happens within a reverse proxy (mod_proxy of apache server) how can I still benefit from container managed security in tomcat? The password is not available

Re: kerberos,JAAS, and container managed security

2007-07-28 Thread hanasaki
expensive commercial proprietary application for SSO with it. http://www.ja-sig.org/products/cas/ email me off line if you need a hand with this. - [EMAIL PROTECTED] joe bob wrote: > Hi, > I would like to use kerberos in conjunction with container managed > security. I have con

kerberos,JAAS, and container managed security

2007-07-25 Thread joe bob
Hi, I would like to use kerberos in conjunction with container managed security. I have configured a JAASRealm with Sun's kerberos LoginModule and a basic scenario works fine. I.e, if a user accesses a protected URL, he is challenged with a login screen. The user/password he ente

RE: making rules for passwords/handling password expirations in Tomcat Container Managed security

2006-12-15 Thread Caldarale, Charles R
> From: Ferindo Middleton [mailto:[EMAIL PROTECTED] > Subject: making rules for passwords/handling password > expirations in Tomcat Container Managed security > > Is there a way to configure Tomcat's built-in container managed > security for requiring rules for pas

making rules for passwords/handling password expirations in Tomcat Container Managed security

2006-12-15 Thread Ferindo Middleton
I'm not a Java developer but I do develop JSPs for web apps. I can install and implement Tomcat Container managed security. Is there a way to configure Tomcat's built-in container managed security for requiring rules for passwords and implementing password expiration for non-program

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
MAIL PROTECTED] Java Web Parts - http://javawebparts.sourceforge.net Supplying the wheel, so you don't have to reinvent it! On Fri, March 3, 2006 1:27 pm, James Reynolds said: > > I'm just starting out with Container Managed Security with Shale/JSF and > Tomcat 5.1.15. I've

Container Managed Security

2006-03-03 Thread James Reynolds
I'm just starting out with Container Managed Security with Shale/JSF and Tomcat 5.1.15. I've successfully created a JNDI DataSource and a Realm, now I want to define form based authentication and security constraints in my web.xml. I began my study with the J2EE 1.4 Tutorial, but mo