cancel
Showing results for 
Search instead for 
Did you mean: 

Tomcat java.net.BindException: Permission denied <null>:80

Former Member
0 Kudos

Hello Gurus,

We have installed BOBJ 4.1 SP4 on UNIX and we got an requirement to change the default port 8080 to 80.

We have edited tomcat server.xml file and chaged port to 80 and restarted the tomcat, but it did not worked.

"Here is the error message:

SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-80"]

java.net.BindException: Permission denied <null>:80"

I found SAP note# 1344827  for the same and it says "The Tomcat user id does not have permission to use the ports lower than 1024 in Unix require root privileges". could you please let me know if any workaround to overcome this issue.

Thanks and Regards,

Prasad

Accepted Solutions (0)

Answers (1)

Answers (1)

behlau_carlos
Contributor
0 Kudos

Hello Prasad,

have a look into the following link:

Running Tomcat on port 80 on Linux

This explains how to configure tomcat and run it under port 80 on linux - should be similar in unix (in case of AIX) ...

Best regards

Carlos Behlau