Posted By:
AlessandroA_Garbagnati
Posted On:
Thursday, May 17, 2001 12:31 PM
Hi,
Are you sure that the 'tomcat user' (the user that own the tomcat process) has the priviledge to write outside that directory?
Posted By:
D_Srinivasan
Posted On:
Thursday, May 17, 2001 12:10 PM
Writing to a file should be as easy as using File to open and FileWriter or BufferedWriter to write. What is the exception or problem you are getting? I don't think there is anything in the servlet spec. to prevent writing of files.