0

My system will be having both WebLogic 11g and WebLogic 12c domains running simultaneously on the same box. However, there is traditionally only one NodeManger running for the machine. If I try and connect an 11g domain to a 12c NodeManager it returns errors. If I try and connect from a 12c domain to an 11g NodeManager I get SSL errors.

How do I configure 11g domains to connect to a 12c NodeManager during this transition period?

Viccari
  • 9,029
  • 4
  • 43
  • 77
mpaulse
  • 87
  • 1
  • 11
  • then make it 2 `NodeManager`s... One for each version. With different ports etc. – yair May 02 '12 at 15:50
  • Ideally, it would be nice to not have to have 2 NodeManagers running. Then alot of scripts would need to be updated to know which NodeManager they needed to connect to. – mpaulse May 02 '12 at 15:55
  • sure, but trying to connect to components of WebLogic from different versions sounds disaster-prone... – yair May 02 '12 at 15:59

1 Answers1

1

Starting Weblogic 12c you can start a NodeManager per domain, you should keep your existing NodeManager for 11g and start a new domain specific NodeManager for 12c domain.

https://blogs.oracle.com/imc/entry/weblogic_server_12c_perdomain_node

PCN
  • 26
  • 2