facebook

MyEclipse/Jboss/Linux need root

  1. MyEclipse IDE
  2.  > 
  3. Installation, Configuration & Updates
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #304385 Reply

    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

    #304427 Reply

    Loyal Water
    Member

    Lee,
    The only way to get that to work is to run MyEclipse as root — because MyEclipse launches the server processes directly, so they launch with the original perms of the myeclipse process (in which case a normal user could never launch JBoss as root).

    That being said, you could run JBoss as root and use remote debugging from a user-run MyEclipse to debug — but deployments might be an issue with the cross-permission issues.

    I’d strongly recommend just running both as root since that’s a requirement of JBoss in this case.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: MyEclipse/Jboss/Linux need root

You must be logged in to post in the forum log in