You can 1) Restart Tomcat or your web app, or 2) read this:

http://stackoverflow.com/questions/415520/how-do-i-make-tomcat-stop-caching-my-servlet-responses


-----Original Message-----
From: Jinal Dhruv [mailto:dhruv.ji...@yahoo.com] 
Sent: Tuesday, March 29, 2011 1:47 PM
To: Tomcat Users List
Subject: Re: Please Help

I am having problem particularly with running Servlets programs..
Though I clear browser history, delete .class file and comile .java file again, 
it shows old results..So from where it come? Is Tomcat is storing it at 
somewhere?



________________________________
From: Joseph Morgan <joseph.mor...@ignitesales.com>
To: Tomcat Users List <users@tomcat.apache.org>; Jinal Dhruv 
<dhruv.ji...@yahoo.com>
Sent: Wednesday, 30 March 2011 12:08 AM
Subject: Re: Please Help

So..... *what* is it not showing?  Is it a JSP?  If so, what is the time on 
your tomcat server compared to the time of the JSP.  We have this sometimes 
when we deploy and find we have to update a JSP within a very short period of 
time, and our Tomcat server in our COLO is 2 time zones off.  The JSP gets the 
local time, and if the server has compiled it, then it thinks the "new" JSP has 
already been compiled.

-----Original Message-----
From: Jinal Dhruv [mailto:dhruv.ji...@yahoo.com] 
Sent: Tuesday, March 29, 2011 1:32 PM
To: Tomcat
Subject: Please Help

One problem I am having Using Tomcat 6.0 is it doesn't reflect the change what 
I made instantaneously..
I mean it keep showing old results though I have disabled option of 
'Remembering History' in browser..
What I feel is it is fetching old results from somewhere and now it's not by 
browser..
So how to configure Tomcat 6.0 so that it never remember anything and do 
process entirely new every time when it comes the execution part..

Regards,Jinal Dhruv


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to