I want to make a temp directory for my jetty and change the default /tmp
directory to mine temp directory, I tried this
java -Djava.io.tmpdir=/home/jetty/temp
When I want to start my jetty and it worked, but I'm looking for a way to change the temp directory once and for all. Is there any configuration or xml or something that I can change?