Suresh Thalamati wrote:
Anurag shekhar wrote:
I need to grant derby.jar read,write,delete access on tmp directory
(issue derby-1341).
I tried adding
permission java.io.FilePermission "${java.io.tmpdir}${/}-", "read,
write, delete";
...
Any reason why these temp files can not be created under database temp
directory (derby.storage.tempDirectory)( may be in a seperate directory
under that). This might save users from adding permission to yet another
location seperately.
Thanks
-suresht
As I understand this, this usage is for client side action so should not
assume anything about the server storage space. In network
client/server configuration it is likely the database does not even
exist on the machine where the client resides.