Child pages
  • How to Switch to a Different Workspace
Skip to end of metadata
Go to start of metadata

Starting with a Different Workspace

By running Deskzilla with different workspaces, you can work in different environments, similar to working with different documents in an editor.

Selecting Workspace with a Command-Line Parameter

To run Deskzilla with a different workspace, you can specify it as a command-line argument:

Operating System

Running Deskzilla

Windows

deskzilla.exe c:\my_workspace

Linux, Mac OS X

java -Xmx400m -jar deskzilla.jar /path/to/workspace

Selecting Workspace with Properties File

You can use properties file to select the workspace Deskzilla will start with. Create deskzilla.properties (jiraclient.properties) file in the same directory where Deskzilla is installed, and place a single line there:

deskzilla.workspace=/path/to/workspace
  • No labels