0 0

centos下如何开机启动maven 项目? 这样mysql和nginx可以跑起来 但是maven jetty跑不起来0

#!/bin/sh
#chkconfig: 2345 80 90
#description:auto_run

service mysql start;
/usr/local/nginx/sbin/nginx;
cd /root/project/aaa/bbb && mvn -Djetty.port=8099 jetty:run;

 mysql和nginx都可以跑起来 但是jetty 运行不起来

启动脚本写的有问题吗

 

2014年11月17日 12:16
目前还没有答案

相关推荐

Global site tag (gtag.js) - Google Analytics