Re: Disbale cache at apache

2004-11-15 Thread birendar . waldiya
Can any one help me with how can i integrate Apcahe/Tomcat.. if in integrate it successfully will starting tomcat automatical starts apache or reverse way.. thanks regards Birendar Singh Waldiya Tata Consultancy Services Limited Mailto: [EMAIL PROTECTED] Website: http://www.tcs.com DISC

Re: Disbale cache at apache

2004-11-11 Thread Peter Johnson
This is really a question for the Apache mailing list. but to disable caching remove (or comment out) all directives relating to it. The CacheEnable and CacheDisable work together so that if you did the following CacheEnable / CacheDisable /foobar The the caching would be performed on all URIs

Disbale cache at apache

2004-11-11 Thread Srinivas Rao Ch
Hi, I am running a clustering setup with 2 tomcats and apache WS. My requests are not going to the proper cluster member( I configured for round robin behaviour). What's happening is apache is serving me the caching content of the other Tomcat. This is what I understood from the undesired behav