It's on a windows machine. Nevertheless, i've set all rights to anyone
onto the whole tomcat directory, to no best result.
Would this -by any luck- be solved by using latest release? (i'm using
0.9.840)
Ludovic Dubost a écrit :
 The way I would do it is temporaly give write access to everybody in
 the tomcat/work directory (chmod -R 777 tomcat/work). If it does not
 work, I would give write access to everybody in the tomcat directory
 chmod -R 777 tomcat
 and see where the document is created
 Ludovic