java-dev
[Prev] Thread [Next] | [Prev] Date [Next]
Re: Opening privileged ports in Java but run as non-root? Rob Lockstone Fri Jun 26 23:00:27 2009
On Jun 26, 2009, at 21:18, Rick Mann wrote:
Hi. I'm working with some Java code that wants to open a privileged port (80), but I'd like to run it as non-root, via launchctl. Is there any way to do this? I'm not even sure how a native process could do this via launchd.
Use your router to forward port 80 to the port (8080 or whatever) you run the service (resin or whatever) on.
Rob _______________________________________________ Do not post admin requests to the list. They will be ignored. Java-dev mailing list ([EMAIL PROTECTED]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/java-dev/alexiscircle%40gmail.com This email sent to [EMAIL PROTECTED]
- Opening privileged ports in Java but run as non-root? Rick Mann
- Re: Opening privileged ports in Java but run as non-root? Rob Lockstone <=