Re: Tomcat ssl/https: error 302 when accessing servlet with https

2007-02-17 Thread Greg Brownell
to do with Occam). Again, thanks to all who replied to my support request. Greg. Caldarale, Charles R wrote: From: Greg Brownell [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat ssl/https: error 302 when accessing servlet with https As for , users never had to authenticate before accessing the

Re: Tomcat ssl/https: error 302 when accessing servlet with https

2007-02-16 Thread Greg Brownell
idea what else to try? I commented out the AJP connector since I'm not fronting this with apache, just using tomcat as a server. Thanks again. Greg. Caldarale, Charles R wrote: From: Greg Brownell [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat ssl/https: error 302 when accessing servlet

RE: Tomcat ssl/https: error 302 when accessing servlet with https

2007-02-16 Thread Caldarale, Charles R
> From: Greg Brownell [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat ssl/https: error 302 when accessing > servlet with https > > As for , users never had to authenticate > before accessing the servlet(s). Yes, you're right - I just verified that lack of any , as oppos

Re: Tomcat ssl/https: error 302 when accessing servlet with https

2007-02-16 Thread Greg Brownell
uot; roles="myuser">, then set the auth-constraint role-name to myuser? Again, much thanks. Greg. Caldarale, Charles R wrote: From: Greg Brownell [mailto:[EMAIL PROTECTED] Subject: Tomcat ssl/https: error 302 when accessing servlet with https web.xml has the following entr

RE: Tomcat ssl/https: error 302 when accessing servlet with https

2007-02-16 Thread Caldarale, Charles R
> From: Greg Brownell [mailto:[EMAIL PROTECTED] > Subject: Tomcat ssl/https: error 302 when accessing servlet with https > > web.xml has the following entries: > > > role1 > > > tomcat > > > &

Tomcat ssl/https: error 302 when accessing servlet with https

2007-02-16 Thread Greg Brownell
Hello, I have several servlets that are accessed via https. I am using tomcat 5.5.20 server.xml has the following entries: web.xml has the following entries: role1 tomcat secure pages /fileview secure pages /vcon