I have MyEclipse 8 on Linux Mint 8 and trying to run Jboss 4.2
I set up my configuration — and get an error:
[Http11Protocol] Error initializing endpoint java.net.BindException: Permission denied:80
Searching via google and I find out that jboss throws this when it’s not being run by root. So I logged into linux as root, then ran myeclipse and started jboss. No error.
How can I get eclipse to start jboss as root — or is there something else I need to do?
Lee