You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Raj Mettai <rm...@broward.edu> on 2007/01/31 16:53:27 UTC

tomcat 5.5.16 cache problem

Hi,
 
I am running tomcat 5.5.16 on Redhat, tomcat seems to be doing some
kind of caching on servlets, I have deleted a servlet from
WEB-INF/classes and I have restarted the tomcat, still I am able to
access the servlet, I have checked every where on the box for the class
file, couldn't find it. I am using invoker servlet to access the
servlets. tomcat is hooked to apache using mod_jk.
 
wondering if anybody else had this issue and any thoughts on solving
this.
 
thanks
Raj

 
 
Please Note: Due to Florida's very broad public records law, most
written communications to or from College employees regarding College
business are public records, available to the public and media upon
request. Therefore, this email communication may be subject to public
disclosure

Re: tomcat 5.5.16 cache problem

Posted by Stefan Negrea <ne...@yahoo.com>.

Try to delete /tomcat/work/Catalina/localhost/<<Name of the web-app>> folder.
That is the folder where tomcat caches everything. I have almost the same
problem on the jsp's (even if I set the application to reload stuff every time
it detects changes). Also, you might want to configure the application to
reload  modified content. That is done through application context settings
(take a peek at the documentation). 

--- Raj Mettai <rm...@broward.edu> wrote:

> Hi,
>  
> I am running tomcat 5.5.16 on Redhat, tomcat seems to be doing some
> kind of caching on servlets, I have deleted a servlet from
> WEB-INF/classes and I have restarted the tomcat, still I am able to
> access the servlet, I have checked every where on the box for the class
> file, couldn't find it. I am using invoker servlet to access the
> servlets. tomcat is hooked to apache using mod_jk.
>  
> wondering if anybody else had this issue and any thoughts on solving
> this.
>  
> thanks
> Raj
> 
>  
>  
> Please Note: Due to Florida's very broad public records law, most
> written communications to or from College employees regarding College
> business are public records, available to the public and media upon
> request. Therefore, this email communication may be subject to public
> disclosure
> 


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org