7.6 Configuring the Work Directory

SpringSource dm Server uses a work directory for internal work; by default this directory is SERVER_HOME/work. You can change this directory by updating the SERVER_HOME/config/io.config file and changing the value of the workDirectory option; as always, relative paths are relative to the root SERVER_HOME directory. The following listing show the default contents of the io.config file:

{
    "io" : {
        "workDirectory" : "work"
    }
}