RE: mod_jk replacement?

2007-02-26 Thread Raj Mettai
Hi, how to put wildcards into ProxyPass, for example if I want to send only jsp requests to tomcat and not html like below. ProxyPass /*.jsp ajp://127.0.0.1:8009/ the above config is not working, I have jsp files spread across multiple folders on tomcat and the same folder structure on apa

Re: tomcat 5.5.16 cache problem

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

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