Re: [OT] FileUploadBase$IOFileUploadException

2010-09-02 Thread Paul Szynol
Hey, Chris, Thanks for your note. java.io.tmpdir has the same value as the temp dir set up in catalina.sh, which is a subdirectory of Tomcat, and which Tomcat is permitted to access (r and w). Your point about writing to disk twice is well taken. As far as I can tell, fileupload doesn't g

Re: [OT] FileUploadBase$IOFileUploadException

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul, On 9/1/2010 11:27 PM, Paul Szynol wrote: > I checked the temp directory in catalina.sh and also by adding this line > to the the ContextListener class: > > System.out.println("Temp dir: " > + (event.getServletContext() >