Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To leverage the authbind configuration edit the Tomcat 6 configuration file /etc/default/tomcat6 and set

Code Block

AUTHBIND=yes

See also the man page for authbind.

For example binding to port 443 one would need:

Code Block
touch /etc/authbind/byport/443
chmod 0755 /etc/authbind/byport/443 
chown tomcat6:tomcat6 /etc/authbind/byport/443