File tree Expand file tree Collapse file tree 2 files changed +3
-22
lines changed
kubernetes/samples/scripts/create-fmw-infrastructure-domain Expand file tree Collapse file tree 2 files changed +3
-22
lines changed Original file line number Diff line number Diff line change @@ -215,9 +215,9 @@ def usage():
215
215
sys .exit (0 )
216
216
217
217
# Uncomment for Debug only
218
- print str (sys .argv [0 ]) + " called with the following sys.argv array:"
219
- for index , arg in enumerate (sys .argv ):
220
- print "sys.argv[" + str (index ) + "] = " + str (sys .argv [index ])
218
+ # print str(sys.argv[0]) + " called with the following sys.argv array:"
219
+ # for index, arg in enumerate(sys.argv):
220
+ # print "sys.argv[" + str(index) + "] = " + str(sys.argv[index])
221
221
222
222
if len (sys .argv ) < 16 :
223
223
usage ()
Original file line number Diff line number Diff line change 4
4
5
5
export DOMAIN_HOME=${DOMAIN_HOME_DIR}
6
6
7
- echo ' Executing wlst.sh -skipWLSModuleScanning '
8
- echo ' /u01/weblogic/createFMWDomain.py '
9
- echo ' -oh /u01/oracle '
10
- echo ' -jh /usr/java/latest '
11
- echo " -parent ${DOMAIN_HOME} /.. "
12
- echo " -name ${CUSTOM_DOMAIN_NAME} "
13
- echo " -user " ` cat /weblogic-operator/secrets/username`
14
- echo " -password " ` cat /weblogic-operator/secrets/password`
15
- echo " -rcuDb ${CUSTOM_CONNECTION_STRING} "
16
- echo " -rcuPrefix ${CUSTOM_RCUPREFIX} "
17
- echo " -rcuSchemaPwd " ` cat /weblogic-operator/rcu-secrets/password`
18
- echo " -adminListenPort ${CUSTOM_ADMIN_LISTEN_PORT} "
19
- echo " -adminName ${CUSTOM_ADMIN_NAME} "
20
- echo " -managedNameBase ${CUSTOM_MANAGED_BASE_NAME} "
21
- echo " -managedServerPort ${CUSTOM_MANAGEDSERVER_PORT} "
22
- echo " -prodMode ${CUSTOM_PRODUCTION_MODE} "
23
- echo " -managedServerCount ${CUSTOM_MANAGED_SERVER_COUNT} "
24
- echo " -clusterName ${CUSTOM_CLUSTER_NAME} "
25
-
26
7
# Create the domain
27
8
wlst.sh -skipWLSModuleScanning \
28
9
/u01/weblogic/createFMWDomain.py \
You can’t perform that action at this time.
0 commit comments