AW: Turn off caching

2002-08-13 Thread Ralph Einfeldt
Didn't my prevoius suggestions work for you ? RE Von: Ralph Einfeldt RE Gesendet: Donnerstag, 8. August 2002 14:44 RE An: 'Tomcat Users List' RE Betreff: AW: How to clean the cache of Tomcat? RE RE I would just touch all jsp files: RE RE find ${CATALINA_BASE}/webapp -name *.jsp -exec touch

AW: Turn off caching

2002-08-13 Thread Ralph Einfeldt
Sorry didn't think about that, because we don't run our sites directly from the workspace of our version management. We have jobs that copy the files from the workspace to the runtime environment so we can do what we want in the runtime environment without impacting our buildmanagement. Which

AW: Turn off caching

2002-08-13 Thread Ralph Einfeldt
Nearly the same here, the only differeence is that even in our development site we use the scripts to copy from the version management to the place where the development site is running. So no matter what happens in the development site, the date inside our version management is correct. Do