aspose file tools
The moose likes JSP and the fly likes Error creating directories Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Error creating directories" Watch "Error creating directories" New topic
Author

Error creating directories

Syed Hussain
Ranch Hand

Joined: Feb 06, 2001
Posts: 55
I am calling java.io.File.mkdirs() method from a jsp deployed locally on my Windows machine and its working fine, but when I call this method from the same jsp deployed on a Linux machine it is returning false.
Why is it not able to create directories? Is this a file system security issue ?
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56230
    
  13

Moving to the I/O Forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Error creating directories
 
Similar Threads
Executing a shell script from a jsp
Error creating directories
display data from linux smps
FileNotFOundException
How to make an applet signed?