WebLogic Server Configuration Reference

 Previous Next Contents Index View as PDF  

Machine

 


Description

This bean represents a machine on which servers may be booted. A server is bound to a machine by calling to ServerMBean.setMachine(). Although it is typical that one MachineMBean refers to one physical machine and vice versa, it is possible to have a multihomed machine represented by multiple MachineMBeans. The only restriction is that each MachineMBean be configured with non-overlapping addresses. A configuration may contain one or more of MachineMBeans which may be looked up by their logical names.

 


Syntax

<Machine
Addresses="list of Strings"
Name="String"
Notes="String"
/>

 


Parent Elements

 


Child Elements

 


Attributes

Table 41-1 Machine attributes

Attribute

Description

Range of Values and Default

Addresses

Returns the addresses by which this machine is known. May be either host names of literal IP addresses.

Admin Console field label: Address

Required: no

Name

The name of this configuration. WebLogic Server uses an MBean to implement and persist the configuration.

Admin Console field label: Name

Required: no

Notes

Optional information that you can include to describe this configuration.

Admin Console field label: Notes

Required: no

 

Back to Top Previous Next