一. linux 下
app01 应用server启动脚本如下:
#!/bin/sh ----aix或者hpux下 #!/bin/ksh
if [ `whoami` != 'weblogic' ]; then
echo 'Login User error!'
exit 9
fi
export srvName=app01
export adminUrl=http://管理server ip :管理server端口 ----- 如:http://11.11.11.11:7007
export start