Tomcat has no access to anything outside of CATALINA_HOME by design, unless you circumvent this intentionally using the security manager or by enabling symbolic links and linking to directories outside of CATALINA_HOME.
John > -----Original Message----- > From: Aleksandr Shneyderman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, December 05, 2002 1:20 PM > To: Tomcat Users List > Subject: RE: Tomcat 4.1.12 and Struts problem > > > > See Root Cause block: > > > > ----- Root Cause ----- > > java.io.IOException: Permission denied > > at > java.io.UnixFileSystem.createFileExclusively(Native Method) > > at java.io.File.checkAndCreate(File.java:1151) > > at java.io.File.createTempFile(File.java:1236) > > at java.io.File.createTempFile(File.java:1273) > > at > > > > Something is trying to write a file, and it doesn't have > the permission to > > do so. Looks to me like a temp file. > > > Thanks it was good hint. I did not realize that tomcat > uses its own temp dir instead of system one. > > thanks, > Alex. > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
