1.2k questions
1.4k answers
361 comments
339 users
By default java uses the temp directory for the OS. This can be changed by adding the following java option to the QIE startup parameters:
-Djava.io.tmpdir=/path/to/tmpdir
This will force the JVM to extract the war to the specified directory.