I am trying to change the java.io.tmpdir directory using this command
java -Djava.io.tmpdir=/temporary
But this doesnot succeed and displays the 'Usage' of the java command. I am doing this in a RHEL machine.
Thanks in advance
I have deployed an application on WebLogiv which uses axis2 version 1.5. I find that axis2 1.5 using java.io.tmpdir to store its temp files. I want the location where these temp files are stored. Where in the weblogic do I specify the java.io.tmpdir value