Page tree

Versions Compared

Key

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

...

Code Block
languagebash
cd /opt
sudo mkdir apache
mv /home/serveradmin/0fs-tomcat/ /opt/
sudo chown -R serveradmin:serveradminstaff ./apache # Make sure serveradmin can use the folder.
sudo mv /home/serveradmin//opt/0fs-tomcat/ /opt/

Tomcat and serveradmin

I will re-iterated that you should run Tomcat or any public facing service for that matter as serveradmin. As noted in account creation, this is for security reasons. In the event that Tomcat is somehow attacked, the compromise would be limited to serveradmin which has reduced limited priviledges.

...