Versions Compared

Key

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

...

Note: This isn't meant for a production environment or anything. Remember minimalist approach in this document. You should really create a tomcat user, and make CATALINA_BASE writeable for that user. This is really just to demonstrate the basic steps for a workable setup.

Code Block
languagebash
sudo tar -xzvf apache-tomcat-8.0.41.tar.gz -C /opt
sudo ln -s /opt/apache-tomcat-8.0.41 /opt/tomcat
sudo chown -R marc:marc /opt/apache-tomcat-8.0.41 #replace marc:marc with your username:group..whoami

...