Binding Low Port to Java Program on Ubuntu Server
问题 I have a mini listener/daemon to catch SNMP trap. This will listener executed while running the main project (spring web) on tomcat7. But I always got error java.net.BindException: Permission denied I have try to use authbind (http://java-notes.com/), but my problem not solved. I also had tried to change the port to greater one, but I got error java.net.BindException: Cannot assign requested address This is my application/trap-receiver code: @Component public class TrapReceiver extends Thread