WebLogic启停脚本

WebLogic启停脚本

启动

cd /develop/Middleware/wls1036/user_projects/domains/base_domain/bin
nohup ./startWebLogic.sh > AdminServer.out 2>&1 &

cd /develop/Middleware/wls1036/user_projects/domains/base_domain/bin
nohup ./startManagedWebLogic.sh Proxy_Server http://127.0.0.1:7001 > Proxy_Server.out 2>&1 &

cd /develop/Middleware/wls1036/user_projects/domains/base_domain/bin
nohup ./startManagedWebLogic.sh Server_1 http://127.0.0.1:7001 > Server_1.out 2>&1 &

cd /develop/Middleware/wls1036/user_projects/domains/base_domain/bin
nohup ./startManagedWebLogic.sh Server_2 http://127.0.0.1:7001 > Server_2.out 2>&1 &

停止

cd /develop/Middleware/wls1036/user_projects/domains/base_domain/bin
./stopWebLogic.sh

查看

cd /develop/Middleware/wls1036/user_projects/domains/base_domain/bin
tail -f AdminServer.out

 上一篇
Ubuntu支持的安装格式 Ubuntu支持的安装格式
Ubuntu支持的安装格式.deb文件deb是debian系Linux的包管理方式,ubuntu是属于debian系的Linux发行版,所以默认支持这种软件安装方式。(最方便的方法就是在ubuntu软件中心找到你到安装的软件,点击安装就行了
2019-08-19
下一篇 
Weblogic错误 Weblogic错误
Weblogic错误Could not obtain the localhost address…解决方法启动Weblogic报错: <Server subsystem failed. Reason: java.lang.Assert
2019-08-19
  目录