一、下载安装包(根据你要的tomcat版本)
cd /usr/local;
wget http://mirrors.shu.edu.cn/apache/tomcat/tomcat-7/v7.0.91/bin/apache-tomcat-7.0.91.tar.gz;
二、解压文件
tar -zxvf apache-tomcat-7.0.91.tar.gz;
rm -rf apache-tomcat-7.0.91.tar.gz;
三、安装完成,常用命令
cd /usr/local/apache-tomcat-7.0.91/bin;
./startup.sh #启动
./shutdown.sh #关闭