Modifying default path of /tmp/vfs_cache_osmusr files
Upon deployment of OSM cartridge (and also for any WebLogic server
restart), certain files are created in the path: /tmp/vfs_cache_osmusr.
However, /tmp is not a directory used solely by the application OS user (in this case, osmusr).
Is it possible to move the temp files (currently located in /tmp/vfs_cache_osmusr) in a different directory, under our application mount point? (In our case, /app).
I understand that this is an OOTB setting that was not configured during our OSM installation. Perhaps move the default path for these files to the stage or cache folder under the WebLogic domain server directory?
However, /tmp is not a directory used solely by the application OS user (in this case, osmusr).
Is it possible to move the temp files (currently located in /tmp/vfs_cache_osmusr) in a different directory, under our application mount point? (In our case, /app).
I understand that this is an OOTB setting that was not configured during our OSM installation. Perhaps move the default path for these files to the stage or cache folder under the WebLogic domain server directory?
0