Re: Tomcat Manager WebApp authentication

2011-11-23 Thread Mark Montague
On November 21, 2011 14:49 , Mark Montague m...@catseye.org wrote: I need Tomcat 6 to use the authentication performed by the front-end webserver without breaking the roles required by the Tomcat Manager webapp. I'm replying to myself to document what I did in case it helps other people.

Re: Tomcat Manager WebApp authentication

2011-11-21 Thread Mark Montague
On November 18, 2011 16:17 , Leo Donahue - PLANDEVX leodona...@mail.maricopa.gov wrote: Is is possible to ... or some other independent source for role information? A sample using JNDI and active directory in the archives. http://www.mail-archive.com/users@tomcat.apache.org/msg74641.html

Re: Tomcat Manager WebApp authentication

2011-11-21 Thread André Warnier
Mark Montague wrote: ... Any advice on how to solve this problem? I need Tomcat 6 to use the authentication performed by the front-end webserver without breaking the roles required by the Tomcat Manager webapp. I know that it does not answer your question, but may I ask why ? If you

Re: Tomcat Manager WebApp authentication

2011-11-21 Thread Mark Montague
On November 21, 2011 17:35 , André Warnier a...@ice-sa.com wrote: Mark Montague wrote: Any advice on how to solve this problem? I need Tomcat 6 to use the authentication performed by the front-end webserver without breaking the roles required by the Tomcat Manager webapp. I know that it

Tomcat Manager WebApp authentication

2011-11-18 Thread Mark Montague
I'm running Tomcat 6.0.24 behind Apache HTTP Server 2.2.15 with mod_proxy_ajp. I edited tomcat-users.xml and the Tomcat Manager WebApp works fine. I then configure Tomcat to use the authentication done by the front-end web server, by setting the tomcatAuthentication=false attribute for the

RE: Tomcat Manager WebApp authentication

2011-11-18 Thread Leo Donahue - PLANDEVX
-Original Message- From: Mark Montague [mailto:m...@catseye.org] Subject: Tomcat Manager WebApp authentication Is is possible to ... or some other independent source for role information? I've read the documentation on realms and security constraints, and googled, but the solution

RE: Tomcat Manager WebApp authentication

2011-11-18 Thread Leo Donahue - PLANDEVX
-Original Message- From: Leo Donahue - PLANDEVX [mailto:leodona...@mail.maricopa.gov] Subject: RE: Tomcat Manager WebApp authentication -Original Message- From: Mark Montague [mailto:m...@catseye.org] Subject: Tomcat Manager WebApp authentication Is is possible to ... or some