tomcat 5.5.16 cache problem

2007-01-31 Thread Raj Mettai
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

Re: tomcat 5.5.16 cache problem

2007-01-31 Thread Stefan Negrea
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

Re: tomcat 5.5.16 cache problem

2007-01-31 Thread Raj Mettai
I have already tried both, deleted the application folder under work directory and also changed the application context setting reload=true, none of them seems to resolve the issue, it looks like as if the tomcat is storing the class files in other remote place, I have been using tomcat 4 for