Hi there,
I’ve managed to install deadline web service however i only seem to be able to get it to listen on https using port 4434 is there a way to explicitly have it listen on 8080 as well?
Many thanks
Note that by default, the web service listens on http://*:8081/, so make sure you set the port number correctly in the URL you use
The help file shows this
C:\Program Files\Thinkbox\Deadline10\bin>deadlinewebservice.exe --help
...
-port <value> : Specify this flag to run the RCS binding to a specified Port. Default is 8081.
Thanks Anthony;
Tried
./deadlinewebservice --ip x.x.x.x --client-ssl-auth NotRequired --port 8081
so far 4434 is the only port listening
Solution for me was reinstalling webservice and deselecting ssl 4434 on install,
now when i run webservice it only listens on 8080
Thanks!
1 Like