The relative path is supported when you use the server start command.
Gliffy Diagrams
Activity
Show:
Brad Wood September 1, 2016 at 11:47 PM
This is fixed
trayIcon param renamed to trayIconFile for consistency and to make tab completion work.
If trayIcon param is provided, it will be used for backwards compat
The property name in server.json stays as trayIcon
The CLI param can be absolute or a path relative to the CWD. If the path is in a directory "below" the server.json, it will be saved in the server.json as a path relative to the server.json.
The trayIcon property in server.json can be absolute or a path relative to the server.json.
The trayIcon property in the config settings defaults can be absolute or a path relative to the web root of the server being started.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
In server.json you cannot specify a relative path to the trayicon, it expects an absolute path which is not very portable. Example: https://github.com/foundeo/cfdocs/blob/master/server.json
The relative path is supported when you use the server start command.