码迷,mamicode.com
首页 > 其他好文 > 详细

yum install tomcat

时间:2014-12-01 20:43:57      阅读:122      评论:0      收藏:0      [点我收藏+]

标签:http   ar   os   sp   文件   art   bs   ad   ef   

 

安装tomcat6

 

 yum install tomcat6 tomcat6-webapps tomcat6-admin-webapps 启动tomcat6

 

 service tomcat6 start 停止tomcat6

 

 service tomcat6 stop 重启tomcat6

 

1service tomcat6 restart

按照以上方法安装tomcat6默认目录在/usr/share/tomcat6/下

 

配置文件默认目录在/etc/tomcat6/下

 

如果访问http://localhost:8080/访问不了那大多是防火墙经用了8080端口,解决方法如下:

 

1 iptables -A INPUT -p tcp --dport 8080 -j ACCEPT

2 iptables -A OUTPUT -p tcp --sport 8080 -j ACCEPT

 

yum install tomcat

标签:http   ar   os   sp   文件   art   bs   ad   ef   

原文地址:http://www.cnblogs.com/ratooner/p/4135891.html

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