首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 操作系统 > UNIXLINUX >

linux漫笔

2012-07-27 
linux随笔一、crontab -e 然后配置下列内容 可以设置 tomcat 开机自动启动@reboot /opt/heer/tomcat6020/bi

linux随笔
一、crontab -e 然后配置下列内容 可以设置 tomcat 开机自动启动

@reboot /opt/heer/tomcat6020/bin/startup.sh

二、iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
可以将80端口请求转发到8080

热点排行