首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > Web前端 >

nohup 起动 WebLogic Server

2013-11-15 
nohup 启动 WebLogic Server但是如果终端关闭,那么程序也会被关闭。但是为了能够后台运行,那么我们就可以使

nohup 启动 WebLogic Server

但是如果终端关闭,那么程序也会被关闭。但是为了能够后台运行,那么我们就可以使用nohup这个命令,

    The trick to do nohup and be able to enter username and passwd etc. is to go into C-Shell, csh.  I usually use an advanced C-Shell called "tcsh".  This is the exact steps:$ tcsh$ cd <to the directory>(Where the startWebLogic.sh locates)$ nohup ./startWebLogic.sh<enter user name and passwd if asked><Press Ctrl-Z to suspend it after all the starting messages have been displayed>$ bg

另附一个参考:http://langzhiwang888.iteye.com/blog/1534915

热点排行