Hi, >Ok, I guess I read this wrong, or this person was wrong too. >http://www.mail-archive.com/[EMAIL PROTECTED]/msg93632.htm l > >Either way, something seems to require write access to the system32 >directory because it works fine with full permissions, but fails when write >access is denied. It's trying to create files like >c:\winnt\system32\files-460905954.
Neither Eric was wrong nor did you read it wrong. It's a simple configuration issue: - Don't start tomcat from %systemroot%\system32 (so it doesn't get set as the working directory), - Make sure that directory is not set as java.io.tmpdir (the tomcat scripts don't do this, but in case you overrode/customized them), - Make sure the JSP servlet (in $CATALINA_HOME/conf/web.xml) has a scratchdir you like (see http://jakarta.apache.org/tomcat/tomcat-5.0-doc/jasper-howto.html) I think that's it. Yoav Shapira This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
