Hi,
It seems like my jsp cannot create files in directory with drwxrwsr-x permissions.
What do I need to do to be able to create/write file and directory from a jsp on a directory with drwxrwsr-x permission bits?
I am using IPlanet on Solaris.
Thanks.
-
File operations from JSP (1 messages)
- Posted by: Digit Sequence
- Posted on: October 25 2001 20:17 EDT
Threaded Messages (1)
- File operations from JSP by Andy Nguyen on October 29 2001 10:51 EST
-
File operations from JSP[ Go to top ]
- Posted by: Andy Nguyen
- Posted on: October 29 2001 10:51 EST
- in response to Digit Sequence
I would also check that the owner/group of the folder is the same as the user running your IPlanet process. If not, change the dir permissions or change the user that runs your IPlanet process.
Andy