How do I override the default home page loaded by Tomcat?
With Private/Premium Tomcat, you usually test it by loading [WWW] http://yourdomain.com (If you requested mapping /* for your domain). The contents of that page are compiled into the index_jsp servlet. The page even warns against modifying the index.jsp files for this reason. Luckily, it is quite easy to override that page.