Bug 91792

Summary: Tomcat cannot listen on low ports
Product: [Fedora] Fedora Reporter: Gary Benson <gbenson>
Component: tomcatAssignee: Gary Benson <gbenson>
Status: CLOSED DEFERRED QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideKeywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-06-03 09:10:35 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Gary Benson 2003-05-28 10:38:18 UTC
Description of problem:
Because tomcat runs as a non-root user it cannot listen on low ports.

Additional info:
It might be possible to do a wrapper which handles the setuid/setgid bit but
retains the capability to bind to low ports.

Comment 1 Gary Benson 2003-06-04 16:10:17 UTC
tomcat-4.1.24-5 has hooks in daemon.c where capabilities code could be added.