1
votes

Many operating systems require special treatment when an application wants to bind (listen for incoming data) on a "privileged" port (a port number under 1024).

There are various methods to deal with this.

Does install4j provide functionality that allows the installed (server) application to bind to privileged ports on platforms where this is applicable?

1

1 Answers

0
votes

install4j has no special functionality for that purpose, you would have to run the launcher as root.