2013年6月20日

Ubuntu下设置Tomcat自启动

摘要: 本文基于Ubuntu Server 12.041. cd /etc/init.d2. sudo vi tomcat6加入以下内容:#!/bin/sh### BEGIN INIT INFO# Provides: tomcat# Required-Start: $local_fs $remote_fs $network $syslog# Required-Stop: $local_fs $remote_fs $network $syslog# Default-Start: 2 3 4 5# Default-Stop: 0 1 6# Short-De... 阅读全文

posted @ 2013-06-20 22:10 Richie Hao 阅读(1405) 评论(0) 推荐(0)

导航