On 3/27/03 10:09 PM Steve Loughran <[EMAIL PROTECTED]> wrote:

> Rick Rineholt wrote:
> 
> And this worked. On all systems that expanded their WAR files.
> 
> But if everything 2.2 and above has a servlet specific temp dir, we can
> just use that.
>

I would still favor java.io.tmpdir and use some temporary directory name to
separate the web archives. All platforms I know of point to a temp dir which
is well known to the OS, and at least all Unix systems clean out this temp
space regularly. This would ensure that even in case of runtime exceptions
on the server side we would never end up with growing tmp directories.

Just my 2 cents,

Jens 

Reply via email to