Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] temp directory isn't cleaned up when jetty stopped

Hi,

I'm setting the temp directory on remote file system and
having trouble in cleaning up temp directory.

Deployment of application worked well, but
the temp directory is not deleted on shutdown of Jetty.
Of cource setPersistTempDirectory is set false, and
temp directory is properly cleaned up when I set it on local file system.

JDK 1.8.0
Jetty 9.4.15.v20190215

Is there any way to avoid this?

Regards,

Back to the top