Is there a way to have all the JSPs in a webapp compiled when Tomcat starts up, preferably "in the background"? Especially when there a are many and oft-changing JSPs listing them all in the web.xml file becomes difficult to reliably maintain. Any good ideas on how to implement this feature if it doesn't exist already (I'd be happy to code it up)? Also, there are some System.out.println statements in the LoadOnStartupInterceptor loadJsp and contextInit methods (tomcat 3.2). Can these be replaced with regular Tomcat logging? Thanks, Ethan