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 with sudo rights,

Code Block
languagebash
sudo mv chown -R svradm:staff ./apachetomcat.0/ /opt/apache/

...


chmod 750 ./tomcat.0/

Remove Unnecessary Files

Delete sample applications,

...