Is there a simple way (just configuration) to tell Tomcat 5.5 to redirect all requests coming to "abc.com" to "www.abc.com" ?
I know that it's very easy if you do that in httpd, so I wonder whether Tomcat has such a functionality built in too?
Documentation: http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.html
But there is no documentation about the format of the rules.xml file and how web.xml should look like. So any better pointers than the above documentation is already good help.