File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
operator/src/main/resources/scripts Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -54,11 +54,11 @@ check_for_shutdown
54
54
[ ! -f " ${SCRIPTPATH} /wlst.sh" ] && trace " Error: missing file '${SCRIPTPATH} /wlst.sh'." && exit 1
55
55
56
56
# Arguments for shutdown
57
- SHUTDOWN_PORT=${LOCAL_ADMIN_PORT:- ${MANAGED_SERVER_PORT:- 8001} }
58
- SHUTDOWN_PROTOCOL=${LOCAL_ADMIN_PROTOCOL:- t3}
59
- SHUTDOWN_TIMEOUT=${SHUTDOWN_TIMEOUT:- 30}
60
- SHUTDOWN_IGNORE_SESSIONS=${SHUTDOWN_IGNORE_SESSIONS:- false}
61
- SHUTDOWN_TYPE=${SHUTDOWN_TYPE:- Graceful}
57
+ export SHUTDOWN_PORT=${LOCAL_ADMIN_PORT:- ${MANAGED_SERVER_PORT:- 8001} }
58
+ export SHUTDOWN_PROTOCOL=${LOCAL_ADMIN_PROTOCOL:- t3}
59
+ export SHUTDOWN_TIMEOUT=${SHUTDOWN_TIMEOUT:- 30}
60
+ export SHUTDOWN_IGNORE_SESSIONS=${SHUTDOWN_IGNORE_SESSIONS:- false}
61
+ export SHUTDOWN_TYPE=${SHUTDOWN_TYPE:- Graceful}
62
62
63
63
trace " Before stop-server.py [${SERVER_NAME} ] ${SCRIPTDIR} " & >> /u01/oracle/stopserver.out
64
64
${SCRIPTPATH} /wlst.sh /weblogic-operator/scripts/stop-server.py & >> /u01/oracle/stopserver.out
You can’t perform that action at this time.
0 commit comments