"Steve Luzynski" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Jul 9, 2004, at 12:40 PM, Robert F. Hall wrote:
>
> > Have you tried adding <http-method/> elements to
> > <web-resource-collection> ?
> >
> >    <web-resource-collection>
> >      <http-method>HEAD</http-method>
> >      <http-method>GET</http-method>
> >      <http-method>POST</http-method>
> >      <http-method>PUT</http-method>
> >      <http-method>DELETE</http-method>
> >    </web-resource-collection>
>
> No go there either, tried it with and without.
>
> Is there some logging or debugging I can turn on? The stock logs aren't
> showing me anything other than just a normal access to the resources
> that I'm wanting to protect.
>

You could try setting debug="10" on your <Context> and/or <Realm> element.
That should tell you in pretty good detail what Tomcat is trying to do with
the request.

> Thanks,
> Steve




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

Reply via email to