Re: How do I force redirects from http: to https:

2007-05-01 Thread Rob Tanner
Chuck, Thanks! Redirects are now working. -- Rob Caldarale, Charles R said the following on 05/01/2007 10:44 AM: >> From: Rob Tanner [mailto:[EMAIL PROTECTED] >> Subject: How do I force redirects from http: to https: >> >> I have a redirectPort="443"

RE: How do I force redirects from http: to https:

2007-05-01 Thread Caldarale, Charles R
> From: Rob Tanner [mailto:[EMAIL PROTECTED] > Subject: How do I force redirects from http: to https: > > I have a redirectPort="443" argument in the port 80 connector > description in server.xml, but that doesn't seem to be doing anything. It won't until yo

How do I force redirects from http: to https:

2007-05-01 Thread Rob Tanner
Hi, This is the first time I've worked with Tomcat as a stand-alone server (i.e., not in conjunction with Apache). My problem is that I want to forcibly (but transparently) redirect all connections on port 80 to port 443 for SSL. My problem is that I only know how to do that in Apache. I have a