Re: Cleanup of javax.servlet.context.tempdir

2003-01-27 Thread Craig R. McClanahan
On Mon, 27 Jan 2003, Glenn Nielsen wrote: > Date: Mon, 27 Jan 2003 11:11:29 -0600 > From: Glenn Nielsen <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]>, > [EMAIL PROTECTED] > To: Tomcat Developers List <[EMAIL PROTECT

Re: Cleanup of javax.servlet.context.tempdir

2003-01-27 Thread Glenn Nielsen
As of Tomcat 4.1.19 the manager will remove the tempdir when you /remove a web application. In your case I would add some code to a servlet init method to cleanup the old temporary files. Then configure the servlet to load on startup. I would not want the manager to muck around with the tempdir o

Cleanup of javax.servlet.context.tempdir

2003-01-27 Thread Shapira, Yoav
Howdy, So tomcat provides a temporary directory per-cotnext accessible via javax.servlet.context.tempdir per the 2.3 Servlet Specification. No problem there. I don't think the spec (including the 2.4 PFD version) says anything about cleaning up the temporary directory. Does tomcat provide any me