Mohammed Akacem wrote:
>
> ist there a way I can get the tempdir in my servlet
> like ServletContex.getAttributeNames(String stg)?;
>
YMMV, but since v2.2 of the servlet spec:
4.7 Temporary Working Directories
It is often useful for Application Developers to
have a temporary working area on the local filesystem.
All servlet containers must provide a private
temporary directory per servlet context and make
it available via the context attribute of
javax.servlet.context.tempdir. The object associated
with the attribute must be of type java.io.File.
The servlet spec is available from:
<URL:http://java.sun.com/products/servlet/download.html>
-cks
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html