Skip to content

Commit d8ec21c

Browse files
authored
Merge pull request #832 from oracle/int-fix-x
sit cfg domain: skip setting domain name in internal sit-cfg
2 parents a70ff25 + be3682c commit d8ec21c

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
@@ -788,7 +788,7 @@ def addSitCfgXml(self):
788788
self.writeln("<d:domain xmlns:d=\"http://xmlns.oracle.com/weblogic/domain\" xmlns:f=\"http://xmlns.oracle.com/weblogic/domain-fragment\" xmlns:s=\"http://xmlns.oracle.com/weblogic/situational-config\">")
789789
self.indent()
790790
self.writeln("<s:expiration> 2099-07-16T19:20+01:00 </s:expiration>")
791-
self.writeln("<d:name>" + self.env.DOMAIN_NAME + "</d:name>")
791+
#self.writeln("<d:name>" + self.env.DOMAIN_NAME + "</d:name>")
792792
self.customizeNodeManagerCreds()
793793
self.customizeDomainLogPath()
794794
self.customizeServers()

0 commit comments

Comments
 (0)