> From: reym [mailto:[EMAIL PROTECTED]
> Subject: Re: .htaccess + Tomcat
>
> So do i define the redirect attrbute in the SSL part or in
> the non-SSL part of the server.xml document? Please advise.
Read the doc for redirectPort at:
http://tomcat.apache.org/tomcat-5.5-doc/config
Thanks for the response.
Yes, the redirectPort attribute needs to match the port for the SSL
Connector (in your case, 443). And it's a good thing, since IE has issues
on 4.1.x when you try and use a non-default port for the SSL Connector.
So do i define the redirect attrbute in the SSL part
"reym" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hi there,
>
> Thanks for the response. I have tried that, and it works if I directly
> type
> in https://www.mywebsite.comin the browser (I'm using IE7). This is how my
> server.xml file looks like for the non-SSL HTTP and SS
Hi there,
Thanks for the response. I have tried that, and it works if I directly type
in https://www.mywebsite.comin the browser (I'm using IE7). This is how my
server.xml file looks like for the non-SSL HTTP and SSL HTTP respectively:
I'm not using a .htacc
> From: reym [mailto:[EMAIL PROTECTED]
> Subject: .htaccess + Tomcat
>
> I have installed SSL on the server, and would like
> to use a .htaccess file so that when a user types in
> http://www.mywebsite.com he/ she will be redirected
> to https://www.mywebsite.com automatically.
You need to becom