Hi !
Within a servlet, I try to use the file.renameTo(newfile) and it's unsuccessfull. (And the canWrite method on this File returns false, meaning that the current execution context is not allowed to write to this file). Of course, if I try this within a standard application it works verry well.
I suppose there are some Security manager parameters for JServ.
Can you tell me more ????
thanks !
Frederic COLLIN