I come from an ASP background where we would frequently change include files and see the results immediately. However, in JSP, since JSP pages are compiled into servlet classes, if I change an include file the JSP file including it won't get re-compiled because the JSP hasn't changed, just the include file. Even if I restart Tomcat it still won't recompile the JSPs. So for now every time I make a change to an include file I have to re-save all of my JSPs so Tomcat forces a recompile. That's a big pain.
Can somebody help me out here? Is there a way to force re-compilation of JSPs if the files they include ever change? ___________________________ Scott Hodson (949) 709-4496 office (949) 709-3890 fax [EMAIL PROTECTED] http://www.ubero.com
