Re: Creating a directory from a webapp

2010-03-04 Thread Florent Georges
f the parent directories. I must admit I am not really proud of this, but well, there is no diagnostic at all with mkdir() :-( Thanks all, -- Florent Georges http://www.fgeorges.org/ - To unsubscribe, e-mail: us

Re: Creating a directory from a webapp

2010-03-04 Thread Florent Georges
strace(1) to get more infos. I suspect that's a permission issue. Is there a simple way to disable the security manager in order to be sure this is such an issue? Regards, -- Florent Georges http://www.fgeorges.org/ --

Creating a directory from a webapp

2010-03-04 Thread Florent Georges
somewhere/-", "read,write"; } The creation fails, but of course, I do not have any info (because mkdir returns true or false instead of throwing an exception). Is there anything else I could check out? I cannot find any clue of what I did wrong. Regards, -- Flore