2012年12月10日 星期一

eBao APP開/關機

eBao APP關機
su root
netstat -an|grep 80
sh ${APACHE_HOME}/bin/apachectl stop
sh ${EBAO_HOME}/applications/batch/bin/batch_manage.sh stop
sh ${DOMAIN_HOME}/bin/stopWebLogic.sh
netstat -an|grep 7001
eBao APP開機
su root
nohup sh ${DOMAIN_HOME}/startWebLogic.sh &
netstat -an|grep 7001
nohup sh ${EBAO_HOME}/applications/batch/bin/batch_manage.sh start &
nohup sh ${APACHE_HOME}/bin/apachectl start &
netstat -an|grep 80

沒有留言:

張貼留言