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