后台运行weblogic
unix后台启动weblogic命令unix后台启动weblogic命令unix后台启动weblogic命令nohup ./startWebLogic.sh >nohup.out&<br />还可以将标准输出和错误输出分开写 <br />nohup ./startWebLogic.sh 1>stdout.log 2>stderr.log就这样!鄙视一下.其实这是Linux下的远程启weblogic方法.<br /> <br />想看运行状态,输入<br /> <br />tail -f nohup.out
原创
2011-05-05 11:19:00 ·
1484 阅读 ·
0 评论