为什么要同时在startweblogic.sh和startmanagedweblogic.sh中同时引入jar包才有效呢?
一个管理server和几个被管server,现在要引入新的jar包,先只在各个被关server启动脚本startmanagedweblogic.sh中引入了jar包,可是...
一个管理server和几个被管server,现在要引入新的jar包,先只在各个被关server启动脚本startmanagedweblogic.sh中引入了jar包,可是没有作用,后又在startweblogc.sh中同时引入这些jar包才有效,这是为什么?
展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励30(财富值+成长值)
展开全部
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 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
你明白了么?
最后面有几段:
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
你明白了么?
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询