We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a70ff25 + be3682c commit d8ec21cCopy full SHA for d8ec21c
operator/src/main/resources/scripts/introspectDomain.py
@@ -788,7 +788,7 @@ def addSitCfgXml(self):
788
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\">")
789
self.indent()
790
self.writeln("<s:expiration> 2099-07-16T19:20+01:00 </s:expiration>")
791
- self.writeln("<d:name>" + self.env.DOMAIN_NAME + "</d:name>")
+ #self.writeln("<d:name>" + self.env.DOMAIN_NAME + "</d:name>")
792
self.customizeNodeManagerCreds()
793
self.customizeDomainLogPath()
794
self.customizeServers()
0 commit comments