Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 256 Bytes

File metadata and controls

12 lines (9 loc) · 256 Bytes

tomcat_setup

Remember set the path in the ~/.bashrc

  • $export CATALINA_HOME=~/apache-tomcat-8.0.32
  • $. ~/.bashrc

Start the service

  • $cd ~
  • $sudo ./apache-tomcat-8.0.32/bin/startup.sh

Stop the service

  • $sudo ./apache-tomcat-8.0.32/bin/shutdown.sh