How do I run JBoss or Tomcat on port 80 or 443?
Issue
- Can we run JBoss as a non-root user, but still use port 80?
- How is tomcat configured to run as a non-root user on port 80?
- We would like to be able to access our application by
https://domainname.comrather than having to specifyhttps://domainname.com:8443 - Able to deploy JBoss successfully with the root account but not with a normal. Getting the following Exception :
[java.net](http://java.net/).BindException: Permission denied
- How to use port 80 for http instead of 8080 without apache. We tried changing
<socket-binding name="http" port="8080"/>to<socket-binding name="http" port="80"/>instandalone.xml, does not work ? - How ti make a JBoss EAP 6.2.4 installed and running under Windows 2008 R2 to use port 80 instead of 8080 and 443 instead of 8443 in JBoss. Is there any concern ?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 5.x
- 6.x
- 7.x
- Red Hat JBoss Enterprise Web Server (EWS)
- Tomcat
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
