jexus 启动失败 原因定位
现象:
root@test:/usr/jexus/siteconf# /usr/jexus/jws restart
Restarting ... Failure
定位步骤:
1.查看/usr/jexus/log/jws.log
05-18 11:31:55: Start-up httpd error: not listeners.
==无监听,根据经验应该是端口占用
2.验证端口是否被占用
net -apn|grep 80
kill -9 杀掉 80 端口。
3./usr/jexus/jws restart
Restarting ... OK
重启成功,文件解决。。