0 Replies Latest reply on Oct 18, 2002 1:25 PM by gavinho

    How to start JBoss 2.4.9 + Tomcat listen on http/80

    gavinho

      Searched for this forum for a few hours, I really cannot find an exact solution on "How to start JBoss 2.4.x + Tomcat to listen on http/80". AS UNIX only allow user with root privilege to listen on port below 1024. You will receive an permission denied error if you try to start JBoss/Tomcat listen on http/80 using an ordinary user account. Currently, we wrote a small program which will set UID to root right and use that small program to start jboss/tomcat at http/80.

      Don't whether it is a good approach, so I want to consult an expect here. Any suggestions?