mxe.doclink.doctypes.defpath |
The default file directory to use for
folders in the library that do not have a default path specified in
the database. |
Windows: H:\doclinks
UNIX: /d01/doclinks
|
mxe.doclink.maxfilesize |
The maximum size (in MB) for a file
that you can upload to the Attached Documents Library folder. |
Use the default value of 10
MB (10 = 10 MB) or replace it with a lesser value.
Do not set
the maximum file size to a value that exceeds the computer system
capacity. If you do, a system error, OutOfMemory, occurs and the application
server shuts down. To correct this error, change the value to less
than 10 MB and restart the application server.
If the value
is set to 0, the system allows all file sizes to be uploaded. However,
there is the risk of OutOfMemory errors if a user uploads a large
file size that exceeds system capacity. To correct this error, change
the value to less than 10 MB and restart the application server.
|
mxe.doclink.path01 |
The HTTP server path to link documents
that are attached records.
Use the following statement: Default
path of a folder = URL from where the files are
served
The system reads the string, Default
path of a folder, and replaces it with the string, URL
from where the files are served.
|
Windows: H<PATH>\doclinks=http://dochostA
UNIX: /d01/doclinks=http://dochostA
|
mxe.doclink.path02 |
The HTTP server path to link documents
attached to system records.
Used to convert specified file paths
of folders to URLs.
|
Windows: I<PATH>\doclinks=http://dochostB
UNIX: /d02/doclinks=http://dochostB
|
mxe.doclink.path03 |
The HTTP server path to link documents
attached to records.
Used to convert specified file paths of
folders to URLs.
|
Windows: J<PATH>\doclinks=http://dochostC
UNIX: /d03/doclinks=http://dochostC
|
mxe.doclink.multilang.aix.web sphere |
Indicate whether the application is
running on AIX® WebSphere Application Server platform.
The default value is false. |
Change the value to true if
it is running on AIX WebSphere Application Server platform.
Set
the value to false if the application is running on other platforms,
such as a system other than WebSphere Application Server on AIX.
|