Weblogic Server 启动脚本
一、 Linux 下app01 应用server启动脚本如下:#!/bin/sh ----aix或者hpux下 #!/bin/kshif [ `whoami` != "weblogic" ]; thenecho "Login User error!"exit 9fiexport srvName=app01export adminUrl=http://管理server ip :管理server端口 ----- 如:http://11.11.11.11:700...