The global document storage (GDS) directory is used to store
long-lived files that are used within a process as well as critical
LiveCycle product components. The lifetime of long-lived files is
intended to span multiple restarts of a LiveCycle system, and can
span days and even years. These files may include PDF files, policies,
or form templates.
You
must create the GDS directory before you initialize the LiveCycle
database. See 3.4.1 Location of the global document storage directory for information.
On
cluster configurations, create a shared file system for the GDS
directory on any computer that is accessible by each node in the
LiveCycle cluster, and ensure that all nodes of the cluster have
read and write permissions for the directory.
On
cluster configurations, you must specify the shared directory that
you create for GDS. You cannot use the default location in a cluster
environment.
Note: Create a shared file
system for the GDS directory on any computer that is accessible
by each node in the LiveCycle cluster, and ensure that all nodes
of the cluster have read and write permissions for the directory.
3.4.1 Location of the global document storage directory
You configure the location of your GDS directory with Configuration
Manager after you install LiveCycle. The GDS directory you specify
should be highly available and should have low access time to enhance
performance. If the GDS directory is on a shared network drive,
it is recommended that you specify the location in UNC style as \\computer_name\GDS.
If you must change the GDS directory location after completing
the installation (see LiveCycle Administration Help), you
should plan an appropriate location for the GDS directory.
Important: Module deployment will fail on Windows
if the GDS directory is at the drive root (for example, D:\). For
GDS, you must make sure that the directory is not located at the
root of the drive but is located in a subdirectory. For example,
the directory should be D:\GDS and not simply D:\.
3.4.3 Securing the global document storage directory
Access to the GDS directory must be secure. The long-lived
documents in this directory may contain sensitive user information,
such as information that requires special credentials when accessed
by using the LiveCycle SDK or user interfaces.
Use a security method that is appropriate to your operating system.
It is recommended that only the operating system account that is
used to run the application server has read and write access to
this directory.
Note: Deleting files or directories from the GDS directory
can render the LiveCycle server inoperative.