RE: How to redirect HTTP request to HTTPS on Tomcat

2006-06-09 Thread Peter Crowther
> From: Siddesh Prabhu [mailto:[EMAIL PROTECTED] > I am using Tomcat 5.0.28, I have configured SSL. Now i want > to know whether it is possible to redirect http request to > https using server.xml file, meaning if i give > http://localhost:8080 it should go to https://localhost:8443, > I go

How to redirect HTTP request to HTTPS on Tomcat

2006-06-09 Thread Siddesh Prabhu
Hi Gurus, I am using Tomcat 5.0.28, I have configured SSL. Now i want to know whether it is possible to redirect http request to https using server.xml file, meaning if i give http://localhost:8080 it should go to https://localhost:8443, I googled a lot but did not get a firm solution on