Hi I am using Tomcat 5.0.25. In my application images are getting stored permenantly inside tempdir of Tomcat. This is happening when the request is not processed completely. I want to clean the tempdir either with every request or after its size reaches some limit. Or after some time period but without writing cron jobs. Is there any setting in tomcat to clean the tempdir when it crosses some size limit? Can anybody help?
Thanks, Aparna.