• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

If I need to start the admin server in a different box?

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Just wanted to know if I have a group of servers running on few boxes and one of the boxes runs admin server, then If that box crashes then
can I start the admin server in a different box?
If I can start then the listen address for the admin server would be different since it is in a different box.
So how would the managed server would come to know about the new location of admin server (thru discovery)?
I kind of know the answer but just wanted to confirm it.
Also, when I start the admin server in a new box then do I need to change the configuration for the admin server as now the admin server is listening at the new IP address?

Thanks

Deepak
 
Ranch Hand
Posts: 977
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can replace a failed Administration Server with a backup WebLogic Server instance that can assume the role of Administration Server.
You'll find more infomation at:

http://e-docs.bea.com/wls/docs81/adminguide/failures.html#1126322
 
A lot of people cry when they cut onions. The trick is not to form an emotional bond. This tiny ad told me:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic