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 restart the server it is forced to 
recompile every jsp file. Just my two cents...

_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp




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
yourself and no one else has made it." - Sophocles, Ajax, c. 450 B.C. 



JSP not recompiling

2001-05-16 Thread Winters, Jason

I'm having trouble getting my JSP pages to recompile without deleting my
work directory and restarting Tomcat.  I have reloadable set to true in my
server.xml as shown below.



Timestamps are not an issue because I'm modifying and deploying the files to
the same machine.  The JSP pages are not included anywhere, they are
top-level pages.  Pages that ARE included using a jsp:include also do not
work but I'm assuming the problem is the same as the one causing the problem
with top-level pages.

I've tried nightly builds of Tomcat for the last week or so and I see the
same problem on all of them.  Does anyone have any ideas on what I can do to
fix this?  Stopping and restarting Tomcat is a pain on development machines
but on production machines it's just not feasible.  Any help would be
greatly appreciated.

Jason Winters