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
Thanks Chuck. This was working before I replaced my ssl certificate. As for , users never had to authenticate before accessing the servlet(s). If I add a role name in tomcat-users so this is accessible to anyone, do I simply make a new role, say myuser, and set username="myuser" roles="myuse

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 > > > >secure pages >/fileview > > >sec