RESOURCEDIR

Specifies the directory that temporarily holds the downloadable resources.

<init-param>
<param-name>
RESOURCEDIR </param-name>
<param-value>
DirectoryPath </param-value>
</init-param>

Default value if omitted: Servlet Attribute javax.servlet.context.tempdir. You can set this attribute in the Servlet Container.

Note:  Do not specify this parameter in a self-contained web application, that is does not access folders or files outside of the virtual root.

Related Topics