1、linux系统使用./startup.sh提示权限不够
在tomcat/bin目录下执行:chmod u+x *.sh
chmod u+x *.sh
再使用./startup.sh重新启动tomcat即可!