Novell IFOLDER 3.7 - ADMINISTRATION Administration Manual page 158

Hide thumbs Also See for IFOLDER 3.7 - ADMINISTRATION:
Table of Contents

Advertisement

Parameter
executionTimeout
maxRequestLength
Using Web Access, a user can upload a local file to the user's iFolder on the enterprise server. If the
file does not upload successfully before the interval times out or if the file size exceeds the allowed
maximum, the upload is stopped and reported as a failure. Because the Web browser is controlling
the errors, a problem of timing out or exceeding the maximum size might result in a Bad Request or
other generic error.
The Execution Time-Out and Maximum Request Length parameters must be configured with
compatible settings in the
iFolder enterprise server and in the
Web.config
must be the same size or larger than the settings in
server.
For example, the following code is the httpRuntime element with the default settings in the
webaccess/Web.config
<httpRuntime
executionTimeout="720"
maxRequestLength="1048576"
/>
To modify the httpRuntime parameters:
1 Stop iFolder.
2 Set the httpRuntime parameters on the iFolder Web Access server by editing the values in the
opt/novell/ifolder3/lib/simias/webaccess/Web.config
3 If necessary, set the httpRuntime parameters on the iFolder enterprise server by editing the
values in the
4 Start iFolder.
For example, to set the time-out to 5 minutes (300 seconds) and the maximum file size to 5
megabytes (5120 KB) for the Web Access server, modify its httpRuntime parameter values in the
../webaccess/Web.config
<httpRuntime
executionTimeout="720"
maxRequestLength="1048576"
158 OES 2 SP1: Novell iFolder 3.7 Administration Guide
Description
The interval of time in seconds to wait between the command to upload a
file and the successful execution where the file is stored on the iFolder
enterprise server.
Default Value: 720 (in seconds)
The maximum file size in bytes that a user is allowed to upload to the
server via the Web Access server. The default maximum size is 1 GB for
Web access.
Default Value: 1048576 (in KB)
/opt/novell/ifolder3/lib/simias/web/web.config file
/opt/novell/ifolder3/lib/simias/webaccess/
file for the Web Access server. The settings in
file for Web Access:
/opt/novell/ifolder3/lib/simias/web/web.config
file:
for the enterprise server
Web.config
../webaccess/Web.config
file.
for the
for the Web Access
../
/
file.

Advertisement

Table of Contents
loading

Table of Contents