1.备份:cp -rf * *_bak
2.更新文件
3.停服务:
lsof -i :*
kill -9 -----
tail -f nohup.out
4.清理缓存
rm -rf _*
5.重启服务:
nohup ./startWebLogic.sh & tail -f nohup.out
6.加脚本
1.备份:cp -rf * *_bak
2.更新文件
3.停服务:
lsof -i :*
kill -9 -----
tail -f nohup.out
4.清理缓存
rm -rf _*
5.重启服务:
nohup ./startWebLogic.sh & tail -f nohup.out
6.加脚本