Tomcat cache ?

2001-09-12 Thread Kenny Ma
I always need to restart tomcat to see the latest result after I change the some servlet program. Is it tomcat cache the servlet program ? if so, how can I disabled the cache ? It never happened when I use Jserv before. Thanks /* Kenny Ma [EMAIL PROTECTED] */

TomCat - Cache problem

2001-06-20 Thread Julio Cesar Perez Jerez
Hi all,   My problem is that when I call to "abc.jsp" this is really loaded in cache, my .jsp is'nt reloaded again. I want the JSPs to be reloaded each time this is called.   How can I manage zero cache in my application ? what is the configuration's file to do this changes.     I hope tha