linux下并不是像windows下一样,直接运行stopweblogic就能停止,而是需要杀进程再启动
lsof -i:7003
kill -9 15996
cd /u01/crfc2/crfcfss/crfcn9fss_domain/bin/
nohup ./startWebLogic.sh & tail -f nohup.out