Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update about ACLs, better use of permissions.

...

Finally, if this is a multi-user machine, we secure tomcat from other users and processes. The only users should be serveradmin for read and write and staff for read to debug.

Note

I'll be writing an improved article that uses ACLs in the future that deals with permissions better.

Change the permissions,

Code Block
languagebash
cd /opt/apache
sudo chown -R serveradmin:staff ./tomcat.1/
sudo chmod -R 750o-wrx ./tomcat.1/

Change Default Ports

...