Tomcat 4.1 now checks included pages. (or at least one of the 4.1.x releases did - but I think it was temporarily yanked out - and I don't know if the functionality is back in yet or not)
As for the force recompile everytime - this would be bad since there is a memory leak pre-1.4.1 JDK when compiling. Justin Ruthenbeck wrote: > > Tomcat won't recompile the jsp unless it sees that the jsp has > changed... and following includes would be quite a bit of overhead to > check every time. If you know precisely which jsp you want to compile, > you can touch the file to change the date on the file... this will cause > a recompile. Anyone know if there's an option to force recompile for > every jsp, all the time? > > justin > > At 11:20 AM 9/6/2002, you wrote: > >> Hi All, >> >> I am running tomcat4 on solaris8, when I modify an include in a jsp >> page (ex: header.inc) the tomcat is not recompiling the page, even >> after restart the changes are not coming up. If I delete .class files >> from work folder then tomcat will re-compile the page and the changes >> are visible. Is there any work around to make tomcat re-compile the >> page for include changes...???????? other than deleting the .class >> files itself. >> >> >> thanks in advance >> >> -Raj > > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
