I'm running jWebSockets on tomcat6 and when it comes up this line appears in the log:
2012-10-13 23:04:52,298 ERROR - FlashBridgePlugIn: FlashBridge could not be started: Permission denied
some digging around and I found that since this plugin runs a FlashPolicyServer and it needs to use port 843, It needs root privileges. How do I give root privileges to a webapp? Can I just give enough privileges to the TOMCAT_USER so it will be able to use ports below 1024?