> From: Dimitris Mouchritsas [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat cannot access the resources in an HTTPS webapp
>
> Out of curiosity though what should I do to add tomcat user
> authentication?
Container-managed authentication is unique to the container, so refer to
: Re: Tomcat cannot access the resources in an HTTPS webapp
>>
>> So if I want a subdirectory (e.g. admin) of my webapp, or my entire
>> webapp to be accessible _only_ under https what should I do?
>>
>
> Read section 12 of the servlet spec:
> http://jcp.org/abou
> From: Dimitris Mouchritsas [mailto:[EMAIL PROTECTED]
> Subject: Re: Tomcat cannot access the resources in an HTTPS webapp
>
> So if I want a subdirectory (e.g. admin) of my webapp, or my entire
> webapp to be accessible _only_ under https what should I do?
Read section 12 of t
Hi
There seems to be an awful lot of confusion on this list about
container managed security and https ... I know I was confused when I
started with it.
As I see it the two are not really connected.
I think what you want to do is to force an https request for certain
resources in your applicati
Mark Thomas wrote:
> Dimitris Mouchritsas wrote:
>
>>
>> HTTPS
>> ORA Examples
>>
>>
>
> There is no such authentication method defined in the spec. If you
> want client certificate authentication then the correct value is
> CLIENT-CERT.
>
> Mark
>
> --
Dimitris Mouchritsas wrote:
>
> HTTPS
> ORA Examples
>
There is no such authentication method defined in the spec. If you
want client certificate authentication then the correct value is
CLIENT-CERT.
Mark
-
To star