- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tomcat unable to start at port 80
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 01:05 PM
09-06-2005 01:05 PM
tomcat unable to start at port 80
I am having problem of starting tomcat 4.1 using port 80 as non root user on hp 11.11 , everytime started it complain permission denied in the catalina.out file. Had anybody had workaround to start the web server using non root ?
Our server OS is ver 11.11, many thanks in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 08:11 PM
09-06-2005 08:11 PM
Re: tomcat unable to start at port 80
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 08:18 PM
09-06-2005 08:18 PM
Re: tomcat unable to start at port 80
*** The problem is to bind to port less than 1024 as non-root. Only root can bind to these ports ***
Think about some user, that writes some program and then binds to the port 23? Let's say telnet is not used on this server. Now the user can get all the passwords of the users that think that telnet is there.
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 12:46 PM
09-07-2005 12:46 PM
Re: tomcat unable to start at port 80
you are right , it need to bind to the port 80 which is the well known port reserved for root.
IT had nothing to do with catalina.out file.
Any one had experience on this.?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-07-2005 04:12 PM
09-07-2005 04:12 PM
Re: tomcat unable to start at port 80
*** Only root can bind to these ports ***
Alex.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-08-2005 06:08 AM
09-08-2005 06:08 AM
Re: tomcat unable to start at port 80
Otherwise, you need to pick another port number.
Now, having said that, there is the possiblity of a _massive_ kludge - you could use ndd to change tcp_smallest_nonpriv_port to say 79 but again, that is a MASSIVE kludge. Far better to find priv dropping support in Tomcat or use another port number.