Ubuntu11.04 enable 80 Remote Access of Tomcat6

Source: Internet
Author: User
Ubuntu11.04 it's really hard to find the 80 remote access to Tomcat6. I 've found N more information on the Internet, all about how to open the firewall. However, this is not a firewall problem at all. It is an option in tomcat configuration that limits the use of port 80. # Enable port 80 for network access ### enable port 80 for Tomcat 6 # modify AUTHBIND = yes in the/etc/default/tomcat6 file and remove the comments www. linuxi

It is really hard to find the remote access to 80 of Tomcat 6 on Ubuntu 11.04. I found N more information on the Internet and said how to open the firewall. However, this is not a firewall problem at all. It is an option in tomcat configuration that limits the use of port 80.

# Enable port 80 for Network Access

### Enable port 80 in Tomcat 6
# Modify AUTHBIND = yes in the/etc/default/tomcat6 file, and remove www.linuxidc.com from the comment.


# If you run Tomcat on port numbers that are all higher than 1023, then you
# Do not need authbind. It is used for binding Tomcat to lower port numbers.
# NOTE: authbind works only with IPv4. Do not enable it when using IPv6.
# (Yes/no, default: no)
AUTHBIND = yes

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.