Re: Tomcat URL Redirecting

2007-12-09 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RK, RK wrote: > So my question here is there anyway in Tomcat I can redirect all the > requests coming through https://mydomain.com be forwarded automatically to > https://www.mydomain.com. Although you can do this, the user is still going to see the

Re: Tomcat URL Redirecting

2007-12-09 Thread Ken Bowen
You can create a rewrite filter using http://tuckey.org/urlrewrite/ RK wrote: Hi, I have my web application running on Tomcat 4.1.31 and SQL Server. and I have a security certificate issued for my website for http://www.mydomain.com . So if some one types in https://mydomain.com an ce

Tomcat URL Redirecting

2007-12-09 Thread RK
Hi, I have my web application running on Tomcat 4.1.31 and SQL Server. and I have a security certificate issued for my website for http://www.mydomain.com . So if some one types in https://mydomain.com an certificate mismatch error is being displayed. And I know the reason since the n