Skip to content

Commit 5579069

Browse files
committed
Adding WLS situational config for server ports to domain introspector
1 parent 4dabd49 commit 5579069

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator/src/main/resources/scripts/introspectDomain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ def customizeServer(self, server):
659659
self.writeln("<d:network-access-point>")
660660
self.indent()
661661
self.writeln("<d:name f:combine-mode=\"replace\">" + nap_name + "</d:name>")
662-
self.writeln("<d:public-address f:combine-mode=\"replace\">" + listen_address + "</d:public-address>")
662+
self.writeln("<d:listen-address f:combine-mode=\"replace\">" + listen_address + "</d:listen-address>")
663663
self.undent()
664664
self.writeln("</d:network-access-point>")
665665
self.customizeLog(name)

0 commit comments

Comments
 (0)