File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
operator/src/main/resources/scripts Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # Copyright 2017, 2018 , Oracle Corporation and/or its affiliates. All rights reserved.
1
+ # Copyright 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
3
# http://oss.oracle.com/licenses/upl.
4
4
@@ -44,7 +44,7 @@ def getEnvVar(var):
44
44
try :
45
45
nmConnect (userConfigFile = '/weblogic-operator/introspector/userConfigNodeManager.secure' ,
46
46
userKeyFile = '/tmp/userKeyNodeManager.secure.bin' ,
47
- host = service_name ,port = '5556' ,
47
+ host = '127.0.0.1' ,port = '5556' ,
48
48
domainName = domain_name ,
49
49
domainDir = domain_path ,nmType = 'plain' )
50
50
nmStart (server_name )
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
- # Copyright 2017, 2018 , Oracle Corporation and/or its affiliates. All rights reserved.
2
+ # Copyright 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at http://oss.oracle.com/licenses/upl.
4
4
5
5
#
@@ -175,7 +175,7 @@ cat <<EOF > ${nm_props_file}
175
175
JavaHome=${JAVA_HOME}
176
176
LogLevel=FINEST
177
177
DomainsFileEnabled=true
178
- ListenAddress=${SERVICE_NAME}
178
+ ListenAddress=127.0.0.1
179
179
NativeVersionEnabled=true
180
180
ListenPort=5556
181
181
LogToStderr=true
Original file line number Diff line number Diff line change 1
- # Copyright 2017, 2018 , Oracle Corporation and/or its affiliates. All rights reserved.
1
+ # Copyright 2017, 2019 , Oracle Corporation and/or its affiliates. All rights reserved.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
3
# http://oss.oracle.com/licenses/upl.
4
4
@@ -41,7 +41,7 @@ def getEnvVar(var):
41
41
try :
42
42
nmConnect (userConfigFile = '/weblogic-operator/introspector/userConfigNodeManager.secure' ,
43
43
userKeyFile = '/tmp/userKeyNodeManager.secure.bin' ,
44
- host = service_name ,port = '5556' ,
44
+ host = '127.0.0.1' ,port = '5556' ,
45
45
domainName = domain_name ,
46
46
domainDir = domain_path ,
47
47
nmType = 'plain' )
You can’t perform that action at this time.
0 commit comments