Investigate clean up of Jetty temp directories on Windows
Completed
Description fields
Basics
Logistics
Basics
Logistics
Description
When run via Jenkins and java-idp-integration-tests, Jetty temporary directories are not being cleaned up. Investigate, confirm, fix, etc.
Environment
None
Activity
Tom Zeller
June 1, 2016 at 5:28 PM
We decided to set the java.io.tmpdir system property instead of the org.eclipse.jetty.webapp.basetempdir attribute of the Jetty WebAppContext. The system property approach is (1) documented, (2) reliable across versions, and (3) reliable across Servlet containers.
Tom Zeller
May 31, 2016 at 6:11 PM
Jetty's temp directory must exist [1] in order to be used, added for Jetty 9.2 [2].
When run via Jenkins and java-idp-integration-tests, Jetty temporary directories are not being cleaned up. Investigate, confirm, fix, etc.