I have Googled about a solution for quite some time, but couldn't find an answer.
I am on Ubuntu Linux and want to run a server on port 80, but due to security mechanism of Ubuntu, I get the following error:
java.net.BindException: Permission denied:80
I think it should be simple enough to either disable this security mechanism so that port 80 is available to all users or to assign required privileges to the current user to access port 80.