158
OES 2 SP1: Novell iFolder 3.7 Administration Guide
no
vd
ocx
(e
n)
13
Ma
y 20
09
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
/opt/novell/ifolder3/lib/simias/web/web.config file
for the
iFolder enterprise server and in the
/opt/novell/ifolder3/lib/simias/webaccess/
Web.config
file for the Web Access server. The settings in
Web.config
for the enterprise server
must be the same size or larger than the settings in
../webaccess/Web.config
for the Web Access
server.
For example, the following code is the httpRuntime element with the default settings in the
../
webaccess/Web.config
file for Web Access:
<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
file.
3
If necessary, set the httpRuntime parameters on the iFolder enterprise server by editing the
values in the
/opt/novell/ifolder3/lib/simias/web/web.config
file.
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
file:
<httpRuntime
executionTimeout="720"
maxRequestLength="1048576"
Parameter
Description
executionTimeout
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)
maxRequestLength
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)
Содержание IFOLDER 3.7 - SECURITY ADMINISTRATION
Страница 12: ...12 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 24: ...24 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 38: ...38 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 98: ...98 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 100: ...100 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 102: ...102 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 162: ...162 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 168: ...168 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 172: ...172 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 182: ...182 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 184: ...184 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 196: ...196 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 202: ...202 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...
Страница 216: ...216 OES 2 SP1 Novell iFolder 3 7 Administration Guide novdocx en 13 May 2009...