Install Tomcat in Mac

install tomcat in mac

  • 1.go to http://tomcat.apache.org/ and download the zip file of tomcat
  • 2.then unzip the zip file into /Library and rename into “Tomcat”
  • 3.then sudo chmod 755 /Library/Tomcat/bin/*.sh
  • 4.if you want to start tomcat
    • sudo sh startup.sh
    • if want to stop
      • sudo sh /Library/Tomcat/bin/shutdown.sh
Comments

Comments