- Stop the Application Workspace Server service.
- Move the content of
C:\ProgramData\Liquit Workspace\Server\Content
to the new location. - Ensure the Application Workspace Server service has read and write permissions for the new location.
- Modify the
Server.json
file located inC:\Program Files (x86)\Liquit Workspace\Server
- By default, the
Content
object in theServer.json
file contains thepath
key with the valueContent
. Replace this value with a full path to the new location. - Start the Application Workspace Server service.
Backslashes
All backslashes need to be escaped when entering a full path. For example, if the content needs to be placed in D:\Contents
, the path would be D:\\\\Contents
within the JSON file.