Re: Apache Authentication with Tomcat

2003-10-01 Thread Tim Funk
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/jk2/configtccom.html#request -Tim Nikola Milutinovic wrote: http://marc.theaimsgroup.com/?l=tomcat-user&m=106070071117870&w=2 Excellent! Now, when are we going to see an update on the JK2 docs? I'm not expecting a tutorial, just a (complete)

Re: Apache Authentication with Tomcat

2003-09-30 Thread Nikola Milutinovic
> http://marc.theaimsgroup.com/?l=tomcat-user&m=106070071117870&w=2 Excellent! Now, when are we going to see an update on the JK2 docs? I'm not expecting a tutorial, just a (complete) list of all the options. I hate digging through the code myself. I know, I can dig through the code, but it is

Re: Apache Authentication with Tomcat

2003-09-30 Thread Nikola Milutinovic
> When I remove [uri:/*] from workers2.properties and create a dummy > htdocs\downloads directory under apache, the apache authentication works > fine. But when I put [uri:/*] back, I do not get prompted for ID/Password. > Here is what I have in httpd.conf. Any ideas? > > > AuthType Basic >

RE: Apache Authentication with Tomcat

2003-09-30 Thread Boemio, Neil (GEI, FGI)
Awesome! Works great now! Thanks a bunch! -Original Message- From: Robert Priest [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 12:03 PM To: 'Tomcat Users List' Subject: RE: Apache Authentication with Tomcat http://marc.theaimsgroup.com/?l=tomcat-user&m=1

RE: Apache Authentication with Tomcat

2003-09-30 Thread Robert Priest
http://marc.theaimsgroup.com/?l=tomcat-user&m=106070071117870&w=2 -Original Message- From: Boemio, Neil (GEI, FGI) [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 30, 2003 11:59 AM To: Tomcat Users List Subject: RE: Apache Authentication with Tomcat Excellent! This did t

RE: Apache Authentication with Tomcat

2003-09-30 Thread Boemio, Neil (GEI, FGI)
PROTECTED] Sent: Tuesday, September 30, 2003 11:27 AM To: Tomcat Users List Subject: RE: Apache Authentication with Tomcat Hi Neil, Use a "Location" directive in your httpd.conf instead. e.g.: AuthType Basic AuthName "FGIC Downloads" AuthUserFile d:\apache\ap

RE: Apache Authentication with Tomcat

2003-09-30 Thread Morgan Pyne
Hi Neil, Use a "Location" directive in your httpd.conf instead. e.g.: AuthType Basic AuthName "FGIC Downloads" AuthUserFile d:\apache\apache2\conf\passwords AuthGroupFile d:\apache\apache2\conf\groups Require group FGICMoodys "Directory" directives apply to the filesystem,