• 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

Answer the Quastion pls?(regarding wls admin)

 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
answer the following quastion.
Q)If a WebLogic server is booted without designating it as an administrative or managed server, what happens? �
A. It boots as a managed server �
B. It boots as an administrative server �
C. Boot is guaranteed to fail (with a graceful exit) �
D. Server will boot in the same mode as the previous boot �

regards
seenu
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The answer is B. Every WebLogic server must have be part of a domain. Every domain must have an Admin Server. If you don't tell the WebLogic instance that it is a Managed Server than it will default to being an Admin Server.
 
Seenu Reddy
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chirs,
thanks for the answer.
regars
seenu
 
reply
    Bookmark Topic Watch Topic
  • New Topic