• 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

Extending an existing domain

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone,

I hava a question, that is how to add additional servers to an existing domain?

the concrete environment is:
there are three physical linux machines and i have installed weblogic on them, one of the machines as the admin server(have created a domain on it), the other two machines as the managed server, and have deployed the same services on them.

now i have two another new machines(nothing on them), and i want to add them as the manged servers to this domain and want to clone the deployed services of existing managed servers to the two new managed servers, that is the four managed servers are deployed the same services.

So what shoud i do? I would really appreciate any help regarding this.


 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic