# 启动节点管理器
cd /weblogic/Oracle/Middleware/wlserver_10.3/server/bin
nohup ./startNodeManager.sh &
# 启动AdminServer
cd /weblogic/user_projects/domains/qzyth
nohup ./startWebLogic.sh &
# 查看当前用户进程,如果发现存在进程,则需要重启小机
ps -fu weblogic
boot.properties
第一种方法:在没有启动过startWebLogic.sh之前,先编辑好boot.properties
第二种方法:如果启动过startWebLogic.sh,那么需要在AdminServer目录下创建security目录,将编辑好的boot.properties文件放入该目录
cd /weblogic/Oracle/Middleware/wlserver_10.3/server/bin
nohup ./startNodeManager.sh &
# 启动AdminServer
cd /weblogic/user_projects/domains/qzyth
nohup ./startWebLogic.sh &
# 查看当前用户进程,如果发现存在进程,则需要重启小机
ps -fu weblogic
boot.properties
第一种方法:在没有启动过startWebLogic.sh之前,先编辑好boot.properties
第二种方法:如果启动过startWebLogic.sh,那么需要在AdminServer目录下创建security目录,将编辑好的boot.properties文件放入该目录
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/5359/viewspace-668178/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/5359/viewspace-668178/