The working directory is the location where Express Server stores information about image catalogs, including indexes, catalog overviews, the configuration archive, and catalog configuration files. Depending on the size and number of your image catalogs, the working directory may require several gigabytes of space. To alleviate space constraints, you may specify another directory to use for the working directory. For example, you may choose to store the working directory on an external drive.
By default, Express Server uses the following directory as the working directory:
<Express Server Installation Directory>/Express Server/ImageServer/var/data
If you change the working directory, existing indexes and catalog configuration files are moved to the new directory. However, the configuration archive which contains past versions of the Express Server configuration remains in the former working directory. Because the configuration archive contains relative paths, the archive cannot be moved to another working directory. For more information on the configuration archive, and to clear the configuration archive, see Clearing the Configuration Archive.
Before you set another working directory, you must ensure that Express Server can access the directory. The following services and daemons require read, write, and delete permissions for the directory that you want to set as the working directory:
NetworkService
account by default. You can view the account that runs the Tomcat service in the Windows Services utility. On Linux, the Tomcat daemon runs on the account specified during the installation of Express Server.Local System
account by default. You can view the account that runs the Admin Backend service in the Windows Services utility. On Linux, the Admin Backend daemon, also known as ltcsd
, runs on the account specified during the installation of Express Server.IUSR
account. You can view the account that runs the IIS service in the IIS Manager.To set another working directory, complete the following steps: