|
From: Walter P. <wpf...@t-...> - 2011-05-09 17:38:23
|
Hello, I am in the situation, that a java-daemon will open a TCP-port lower 1024 and needs the sticky-bit to connect to the port under linux. Linux (RedHat) dont't allow to open a port lower than 1024 without root-rights. During starting there are several processes, which are involved, so I don't know, which process must get the sticky bit. Please, can you tell me, which process must get the sticky-bit: * the starting script * the wrapper daemon * the jar-file, which contains the code for the TCP-Port * the java JVM Thanks for all responses. Walter Pfleiderer |