Can't move tmp directory
I've got
Agile / WLS are writing temp files to /var/tmp. I want to change this directory to /opt/agl/agile93/tmp
Created directory. The service account 'srvcagl' can read/write to that directory.
I added this to the startup command: -Djava.io.tmpdir=/opt/agl/agile93/tmp (see startup below).
No dice: on halt and resart of the managed host each is still writing to /var/tmp. If I look the log files of each managed host we see ..
co-ap-967:/opt/agl/agile93/agileDomain/servers/co-ap-967/logs:$ cat co-ap-967.log | grep tmp
java.io.tmpdir = /var/tmp/
- Oracle Agile PLM v 9.3
- Weblogic 10.3.0.0
- Solaris 10
Agile / WLS are writing temp files to /var/tmp. I want to change this directory to /opt/agl/agile93/tmp
Created directory. The service account 'srvcagl' can read/write to that directory.
I added this to the startup command: -Djava.io.tmpdir=/opt/agl/agile93/tmp (see startup below).
No dice: on halt and resart of the managed host each is still writing to /var/tmp. If I look the log files of each managed host we see ..
co-ap-967:/opt/agl/agile93/agileDomain/servers/co-ap-967/logs:$ cat co-ap-967.log | grep tmp
java.io.tmpdir = /var/tmp/
0