标签:启动 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
标签:启动 tar.gz a.out 查看 bin table 安装 use linux安装
原文地址:http://www.cnblogs.com/xiaonanman/p/6798592.html