> From: Chris Pat [mailto:[EMAIL PROTECTED] 
> Subject: RE: tomcat temp directory
> 
> Why however do I get null when I do the following?
>     File tempDir = (File) sc.getAttribute("workDir");
>     String tempDirStr = (String) sc.getAttribute("workDir");

The attribute name for the API is "javax.servlet.context.tempdir"; the
attribute name for the <Context> element in your Tomcat configuration is
"workDir".  You've confused the two.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to