> 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
>>
>> I'm not using a .htaccess file. What am i missing? I read something about
>> a
>> redirectPort attribute, am i suppose to be using that? Please advise.
>>
>
> Yes, the redirectPort attribute needs to match the port for the SSL
> Conne
Port attribute, am i suppose to be using that? Please advise.
>
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.
> Tha
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.c
> 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 automa
Hi All,
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. How do I do this with
only Tomcat as the sole webserver, without the aid of another webse