2 Replies Latest reply on May 13, 2004 9:09 PM by dkdkdk

    how can i run jboss323 by normal user privilege

    dkdkdk


      I want jboss running with normal user(for security consideration),not with root privilege. someone say configuring the server.xml ,but i have clew about it.
      so who can give me some advice?
      thanks very much.


      #chown -R testuser jboss-3.2.3/
      [testuser@testserver bin]$ ls run.sh -al
      -rwxr-xr-x 1 testuser root 4830 Nov 30 14:45 run.sh

      $./run.sh
      ...............
      the fatal errors is the following message.
      ... ..........
      LifecycleException: Protocol handler initialization failed: java.net.BindException: Permission denied:80]
      .........

      another problem is how i can prevent someone access my jboss server's web-console (http://ip/web-console) ?