Java Tutorial - Java Scipt : Binding JBoss to Port 80

Java Tutorial - Java Scipt :

Binding JBoss to Port 80


The last thing we need to do is bind JBoss to the default HTTP port. This step is only important if you want to use the servlet container that is integrated with JBoss. If you’ll recall, this is the exact same issue we faced when we wer
installing the servlet container on its own. Any port below 1024 is a privileged port and requires root-level access to bind to it. The recommended solution in most deployments is to use mod_jk in conjunction with Apache.
Chapter 5 gives you details on binding Tomcat to port 80 by using the Apache Web server.