tomcat环境 有更新!
转载请标明出处:
http://www.zousiliang.com/articles/2017/03/26/1490504294566.html
本文出自益达MIM味
本教程使用Centos 7.0作为安装环境
1.上传tomcat文件
下载地址
链接: https://pan.baidu.com/s/1dF7oz9B 密码: 9tf8
2.解压
[root@centos7 ~]# tar -zxf apache-tomcat-7.0.47.tar.gz
3、启动tomcat
[root@centos7 ~]# ./startup.sh
4、关闭tomcat
[root@centos7 ~]# ./shutdown.sh