Ralph Einfeldt wrote:
Was /tmp/test created ? If yes, which rights are set in this directory ?



With: fileName = "/tmp/test/something";

the /tmp/test/something dir is NOT created,
the /tmp/test dir is NOT created.

Horacio



-----Original Message-----
From: Horacio de Oro [mailto:[EMAIL PROTECTED]
Sent: Friday, July 16, 2004 8:21 PM
To: Tomcat Users List
Subject: Re: File.mkdirs() don't work if started with jsvc



fileName = "/tmp/test/something" => DOESN'T WORKS
fileName = "/tmp/onedir" => THIS WORKS!!!

So, the problem is: Tomcat started with jsvc on Debian Woody:
- File.mkdirs() WORKS if it should make ONE directory.
- File.mkdirs() DOESN'T WORKS if it should make MORE THAN ONE directory.


Thanks for your response!

Horacio


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to