RE: .htaccess + Tomcat

2007-06-12 Thread Caldarale, Charles R
> 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

Re: .htaccess + Tomcat

2007-06-12 Thread reym
>> >> 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

Re: .htaccess + Tomcat

2007-06-11 Thread Bill Barker
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

RE: .htaccess + Tomcat

2007-06-11 Thread reym
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

RE: .htaccess + Tomcat

2007-06-10 Thread Caldarale, Charles R
> 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

.htaccess + Tomcat

2007-06-10 Thread reym
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