Dear Wiki user, You have subscribed to a wiki page or wiki category on "Tomcat Wiki" for change notification.
The "HowTo" page has been changed by KonstantinKolinko: http://wiki.apache.org/tomcat/HowTo?action=diff&rev1=121&rev2=122 Comment: Correction. "ROOT/index.jsp" was precompiled in Tomcat 5.5, but not in Tomcat 6 and later. See HowTo/FasterStartUp == How do I override the default home page loaded by Tomcat? == - After successfully installing Tomcat, you usually test it by loading http://localhost:8080 . 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. Inside {{{$TOMCAT_HOME/conf/web.xml}}} there is a section called `<welcome-file-list>` and it looks like this: + After successfully installing Tomcat, you usually test it by loading http://localhost:8080 . It is quite easy to override that page. Inside {{{$TOMCAT_HOME/conf/web.xml}}} there is a section called `<welcome-file-list>` and it looks like this: {{{ <welcome-file-list> --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org