• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Query on creating 2 Servers in Weblogic using single node manager in One machine

 
Greenhorn
Posts: 26
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
As per my knowledge there are two ways of weblogic clustering.
1. Using Managed Server - Which will be used to create multiple nodes in single machine to utilize the ram more effectively. (We start the weblogic using the startManagedWeblogic.cmd file with Node name and the Admin url arguments)
2. Using Node Manager - Which will be used to create a single node per machine. (We start the weblogic node using the startNodeManager.cmd file without any arguments)

Is there a way to confirgure multiple nodes in single machine using the node manager clustering. Quick response would be appriciated.

Thanks & Regards,
RamkumarMP
 
reply
    Bookmark Topic Watch Topic
  • New Topic