配置webloic的起停脚本.docVIP

  • 10
  • 0
  • 约14.23万字
  • 约 14页
  • 2016-12-03 发布于河南
  • 举报
配置webloic的起停脚本

5、设置startweblogic.sh文件说明:修改处由红色标出#!/bin/sh# WARNING: This file is created by the Configuration Wizard.# Any changes to this script may be lost when adding extensions to this configuration.# --- Start Functions ---stopAll(){ # We separate the stop commands into a function so we are able to use the trap command in Unix (calling a function) to stop these services if [ X${ALREADY_STOPPED} != X ] ; then exit fi # STOP POINTBASE (only if we started it) if [ ${POINTBASE_FLAG} = true ] ; then echo Stopping PointBase server... ${WL_HOME}/common/bin/stopPointBase.sh -port=${POINTBASE_PORT} -name=${PO

文档评论(0)

1亿VIP精品文档

相关文档