Jacob,

> but it seems like you are using the <Location> directive as if it were a
> <Directory> directive.  <Location> points to a mapping.  In the

I was trying this as-per John Turner's suggestion included below. I have
tried <Directory> and <Location> blocks both above and within the
<VirtualHost> block. I have tried the JkMounts in the bottom of httpd.conf
outside of the <VirtualHost> as well as inside the <VirtualHost> but below
the <Directory>. None of these attempts work as desired.

--
Josh

<snip>

> -----Original Message-----
> From: Turner, John [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, July 30, 2002 2:23 PM
> To: 'Tomcat Users List'
> Subject: RE: Apache Authentication for Tomcat
>
>
>
> It should work for virtual hosts.
>
> Don't virtual hosts have content in separate locations?  Like
> /www/virtual/host1/htdocs and /www/virtual/host2/htdocs?  If that's the
> case, the Location directive will work, just put the path name in there.
> The hostname on the URL is irrelevant (and an error according to
> the apache
> docs).
>
> By doing it that way, and setting it up as Jake suggested, Apache should
> authenticate requests for that resource (according to path) before
> forwarding the request to tomcat.
>
> John Turner
> [EMAIL PROTECTED]

</snip>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to