weblogic中startmanagedweblogic.sh什么作用
2个回答
展开全部
startmanagedweblogic.sh你打开看看就知道了。 最后面有几段: if [ "$1" = "" ] ; then # Call Weblogic Server with our default params since the user did not specify any other ones ${DOMAIN_HOME}/bin/startWebLogic.sh nodebug nopoint
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
if [ "$1" = "" ] ; then
# Call Weblogic Server with our default params since the user did not specify any other ones
${DOMAIN_HOME}/bin/startWebLogic.sh nodebug nopointbase noiterativedev notestconsole
else
# Call Weblogic Server with the params the user sent in INSTEAD of the defaults
${DOMAIN_HOME}/bin/startWebLogic.sh $1 $2 $3 $4 $5 $6 $7 $8 $9
fi
# Call Weblogic Server with our default params since the user did not specify any other ones
${DOMAIN_HOME}/bin/startWebLogic.sh nodebug nopointbase noiterativedev notestconsole
else
# Call Weblogic Server with the params the user sent in INSTEAD of the defaults
${DOMAIN_HOME}/bin/startWebLogic.sh $1 $2 $3 $4 $5 $6 $7 $8 $9
fi
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询