-
Notifications
You must be signed in to change notification settings - Fork 0
2.1 Headless
klabarge edited this page Feb 15, 2017
·
3 revisions
- ✅ 2.1 | ⛔ 2.0 | ⛔ 1.9 | ...
- Run QZ Tray in a headless environment
- Run the software from the
cmd
prompt:
java -jar "%PROGRAMFILES%\QZ Tray\qz-tray.jar" --headless
A connection will automatically be rejected because the normal warning dialogue cannot be displayed. The certificate must be whitelisted prior to use.
- Open a new
cmd
prompt or "CTRL + C" to close the software
java -jar "%PROGRAMFILES%\QZ Tray\qz-tray.jar" --whitelist "path\to\digital-certificate.txt"
- An
allowed.dat
file is created under%APPDATA%\qz
- Check for
Successfully added YOUR COMPANY to allowed list
- You should then be able to successfully establish the websocket connection
###Linux
- Run the software from the terminal prompt:
java -jar /opt/qz-tray/qz-tray.jar --headless
A connection will automatically be rejected because the normal warning dialogue cannot be displayed. The certificate must be whitelisted prior to use.
- Open a new terminal prompt or "CTRL + C" to close the software
java -jar /opt/qz-tray/qz-tray.jar --whitelist 'path\to\digital-certificate.txt'
- An
allowed.dat
file is created under/home/user/.qz/
- Check for
Successfully added YOUR COMPANY to allowed list
- You should then be able to successfully establish the websocket connection
###macOS
- Run the software from the terminal prompt:
java -jar /Applications/QZ\ Tray.app/qz-tray.jar --headless
A connection will automatically be rejected because the normal warning dialogue cannot be displayed. The certificate must be whitelisted prior to use.
- Open a new terminal prompt or "CTRL + C" to close the software
java -jar /Applications/QZ\ Tray.app/qz-tray.jar --whitelist 'path\to\digital-certificate.txt'
- An
allowed.dat
file is created under/Users/user/Library/Application\ Support/qz/
- Check for
Successfully added YOUR COMPANY to allowed list
- You should then be able to successfully establish the websocket connection