RE: Tomcat cannot access the resources in an HTTPS webapp

2007-07-16 Thread Caldarale, Charles R
> 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

2007-07-16 Thread Dimitris Mouchritsas
: 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

RE: Tomcat cannot access the resources in an HTTPS webapp

2007-07-16 Thread Caldarale, Charles R
> 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

Re: Tomcat cannot access the resources in an HTTPS webapp

2007-07-16 Thread Lyallex
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

Re: Tomcat cannot access the resources in an HTTPS webapp

2007-07-16 Thread Dimitris Mouchritsas
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 > > --

Re: Tomcat cannot access the resources in an HTTPS webapp

2007-07-13 Thread Mark Thomas
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