> From: Chris Pat [mailto:[EMAIL PROTECTED] 
> Subject: Re: tomcat temp directory
> 
> Or is there a better way to create a tmpdir  and random file 
> under the webapp.

Look at section 4.7.1 of the servlet spec:

"A temporary storage directory is required for each servlet context.
Servlet containers must provide a private temporary directory for each
servlet context, and make it available via the
javax.servlet.context.tempdir context attribute. The objects associated
with the attribute must be of type java.io.File."

You can use the workDir attribute of the <Context> element if you don't
like the default:
http://tomcat.apache.org/tomcat-5.5-doc/config/context.html

 - 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