JSP not recompiling when included file changes

2001-08-30 Thread Holscher, David M
Jasper doesn't appear to check the modification times on files included with %@include % to determine when to recompile a JSP. Having it do this would be very helpful during development. ___ David Holscher It is a painful thing to look at your own trouble and know that you

JSP not recompiling when included file changes...

2001-08-30 Thread Ramesh Yerneni
Yes, that is a problem, if we use action instead that won't be a problem. Official JSP specs says the same. I stop and restart the server if the changes in included jsp need to recognized. In my batch file to start Tomcat I added one more line to clear the work area files so that every time I