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

Linux安装tomcat

时间:2017-05-05 21:45:12      阅读:194      评论:0      收藏:0      [点我收藏+]

标签:启动   tar.gz   a.out   查看   bin   table   安装   use   linux安装   


1. 首先解压tomcat

  tar -zxvf apache-tomcat-7.0.47.tar.gz –C user/local/src

2. 启动tomcat

  进入到tomcat/bin目录下面找到startup.sh sh

  startup.sh(./ startup.sh) 启动tomcat

3. 查看进程命令 jps

  查看当前tomcat下用户的进程

  ps -ef|grep apache-tomcat-7.0.47

4. 查看logs日志 tail –f(动态) catalina.out

5. 关闭防火墙

  查看防火墙 service iptables status

  关闭防火墙 service iptables stop


 

Linux安装tomcat

标签:启动   tar.gz   a.out   查看   bin   table   安装   use   linux安装   

原文地址:http://www.cnblogs.com/xiaonanman/p/6798592.html

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