activemq-artemis/artemis-web
Howard Gao ae00423034 ARTEMIS-1058 Jars in web tmp dir locked on Windows
Because Sun's URLClassLoader never closes it's jar file handles
Jetty doesn't cleanup is temp web dir after Artemis broker shut
down normally on Windows.

To work around this a new process is forked before broker VM
exits to clean up the tmp dir if they are not deleted. The
new process out lives the main VM so that those jar's handles
are released and the temp dir can be cleaned up.
2019-01-22 17:37:12 -05:00
..
src ARTEMIS-1058 Jars in web tmp dir locked on Windows 2019-01-22 17:37:12 -05:00
pom.xml ARTEMIS-2126 web server can leak 2018-12-06 16:00:53 +01:00