cannot create file in the temp directory of tomcat/Permission denied?

2000-12-14 Thread Mohammed Akacem
Hi, my servlet failed to create a file in the temp directory of tomcat. tempdir = (getServletContext().getAttribute("javax.servlet.context.tempdir")).toString(); hier is an ouput: tempdir=/usr/local/jakarta-tomcat/work/localhost_8080 hier is the Exception message I got: I can not create the

Re: cannot create file in the temp directory of tomcat/Permission denied?

2000-12-14 Thread Craig R. McClanahan
The "permission denied" message usually means what it says :-). Check the operating system permissions of the directories you have Tomcat installed in, versus the operating system username under which Tomcat is running. Craig McClanahan Mohammed Akacem wrote: Hi, my servlet failed to