Re: TC 5.0.28 error creating temporary file

2004-11-27 Thread M.Hockings
Tim Funk wrote: Ant is trying to create some temporary files to compile the JSP. Ant cannot write the temp file. Somewhere in the archives or in bugzilla there was a discussion about this. -Tim I found a few hits in the archives about this but they seemed to be related to permissions for the

RE: TC 5.0.28 error creating temporary file

2004-11-27 Thread Mark Thomas
Have you tried pre-compiling your JSPs before deployment? Mark -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of M.Hockings Sent: Saturday, November 27, 2004 12:59 PM To: [EMAIL PROTECTED] Subject: Re: TC 5.0.28 error creating temporary file Tim Funk wrote

Re: TC 5.0.28 error creating temporary file

2004-11-27 Thread Tim Funk
http://issues.apache.org/bugzilla/show_bug.cgi?id=19765 Tomcat uses Ant to do a compile. Ant creates a temp file to assist in compliation. I am guessing the tempdir is not set correctly. (or something similar) -Tim M.Hockings wrote: Tim Funk wrote: Ant is trying to create some temporary files

Re: TC 5.0.28 error creating temporary file

2004-11-26 Thread Tim Funk
Ant is trying to create some temporary files to compile the JSP. Ant cannot write the temp file. Somewhere in the archives or in bugzilla there was a discussion about this. -Tim M.Hockings wrote: Hello, I apologize for the length of this note but I have attempted to shorten it as much as