I have situation where i want to direct my root domain i.e. www.abc.com to a context in tomcat and *.abc.com to another context in tomcat.
currently www.abc.com abc.com and *.abc.com all point to my ROOTcontext in tomcat but I want
www.abc.com and abc.com to point to ROOT and
*.abc.com to some other context in tomcat.