Page tree

Versions Compared

Key

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

...

Code Block
languagebash
cd apache
mv apache-tomcat-6.0.32 tomcat.0

Change Folder and File Permissions

Only svradm and members of the staff group should have access to work with Tomcat. As a sudo enabled user,

Code Block
languagebash
sudo chown -R serveradmin:staff ./tomcat.0/ 
sudo chmod 750 ./tomcat.0/

Remove Unnecessary Files

Delete sample applications,

...