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 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

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

2007-02-16 Thread Greg Brownell
t is). The servlet "fileview" is in WEB-INF/classes Any help figuring this out would be appreciated. Thanks much. Greg Brownell - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECT

SSL and Tomcat - can't secure individula pages

2005-10-21 Thread Greg Brownell
All, My whole site, all pages, are redirected to port 443 - everything is secure. I only wanted the *.htm and the single file login.jsp to use https. I have set up tomcat 5.5.9 with SSL as follows: server.xml: and web.xml: secure pages *.htm

SSL on Tomcat 5.5 9 - non-secure pages

2005-10-20 Thread Greg Brownell
All, I have set up tomcat 5.5.9 with SSL as follows: server.xml: and web.xml: secure pages *.htm secure pages /login.jsp CONFIDENTIAL The whole site, all pages, are redirected to port 443 - everythin