可以用非root用户直接启动。
下面是我的启动脚本。 不行的话别问我,我也不懂……
[code:1][yanu@localhost yanu]$cat /etc/init.d/tomcat5
#!/sbin/runscript
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/www-servers/tomcat/files/5.0.27/tomcat.init,v 1.3 2004/10/08 13:38:08 axxo Exp $
depend() {
use dns logger mysql postgresql net
}