码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 环境安装 Tomcat7

时间:2018-03-16 17:25:14      阅读:300      评论:0      收藏:0      [点我收藏+]

标签:apach   /usr   安装包   linux版本   环境安装   inf   div   share   com   

1、下载Tomcat7(本人这里下载的是apache-tomcat-7.0.85.tar.gz)linux版本是rethat7.0

2、上传压缩包 apache-tomcat-7.0.85.tar.gz 到 linux 

3、解压安装包到 /usr/share 目录

[root@centa ftpuser]# tar -zxvf apache-tomcat-7.0.85.tar.gz  -C /usr/share  

4、修改tomcat默认监听端口

[root@centa ftpuser]# cd /usr/share/apache-tomcat-7.0.85/conf
[root@centa ftpuser]# ll
[root@centa conf]# vi server.xml   

技术分享图片

5、启动 tomcat

技术分享图片

 

完成

 

Linux 环境安装 Tomcat7

标签:apach   /usr   安装包   linux版本   环境安装   inf   div   share   com   

原文地址:https://www.cnblogs.com/luozhenhui/p/8582748.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!