LDEV-2475 Temp dir issue- Only files with "lams" prefix deleted on startup- Instead of temp dir being a startup constant, it is a fetched via a method in FileUtil that:- Creates the directory if writable and exists- Returns the specified temp if its writeable- Otherwise returns the java temp
LDEV-2475 Changing the implementation to use the temp dir specified in the config table instead of the java default. This means that the temp dir has to be cleaned for every restart of the lams server