#!/bin/ksh # # Set you environment here [ACC,FOP,PRD] ENV=FOP # Set your company name here COMP=WARMETAL # # APP_HOME setting APP_HOME=/opt/sft/${COMP}-${ENV} # Change here the WAS userid, WAS group and sid if necessary WAS_USER=wasuser WAS_GROUP=wasgroup WAS_PROCESSES=”dmgr nodeagent Front_Server Security_Server APP_Server JMS_Server” WAS_CELL=”${COMP}-${ENV}.cell” WAS_NODE_EB=”${COMP}-${ENV}.AppSrv.node” WAS_NODE_FE=”${COMP}-${ENV}.AppSrv.node” # Change the location of the directory in this variable of […]
Recent Comments