Tomcat 4.0.2 changes the temporary directory (at least on a windows platform) to %catalina_home%\temp. However, after unzipping tomcat, a 'temp' directory doesn't exist. So, when a servlet, or something it calls, attempts to call File.createTempFile() an exception is thrown because the directory does not exist. Shouldn't the tomcat installation or startup process create that directory?
Russ Cole -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
