1.先到tomcat的bin目录下启动终端2.使用命令: ./startup.sh3.启动完成会显示:Tomcat started 就可以4.关闭tomcat5.同样到bin目录下,使用命令:./shutdown.sh 6.关闭完成;