> 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 googled a lot but did not get a firm solution on this topic.

Not that I'm aware of, but I'm not an expert.

One trick would be to put a filter in front of your webappthat examines
the incoming request, checks the protocol and redirects to the same
server and path if it is not https - this is then a solution that you
can deploy per-webapp where needed.

                - Peter

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to