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

Ubuntu Tomcat

时间:2015-09-07 14:26:53      阅读:183      评论:0      收藏:0      [点我收藏+]

标签:

启动80端口:

修改server.xml  Connector port=80

修改/etc/default/tomcat  AUTHBIND=yes

查看/etc/authbind/byport/下时候80这样的文件夹,如果没有则创建并初始化:

touch /etc/authbind/byport/80
chmod 500 /etc/authbind/byport/80
chown tomcat7 /etc/authbind/byport/80

重启tomcat服务 service tomcat7 restart

Ubuntu Tomcat

标签:

原文地址:http://www.cnblogs.com/hanwwly/p/4788671.html

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