BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
complexType virtual-hostType

Super Types
{http://www.bea.com/ns/weblogic/90/domain}virtual-hostType (extension)

Documentation
Corresponds to VirtualHostMBean
Properties
This component is not nillable.

Model
<...>
(virtual-host-name*, network-access-point? )
</...>


Nested Element Summary
xs:stringnetwork-access-point
          The dedicated server channel name (NetworkAccessPoint) for which this virtual host will serve http request. 
xs:stringvirtual-host-name
          The comma-separated list of host names for which this virtual host will serve requests. 
Source
<xs:complexType name="virtual-hostType">
<xs:complexContent>
<xs:extension base="dom:web-serverType">
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="virtual-host-name" nillable="true" type="xs:string">
</xs:element>
<xs:element minOccurs="0" name="network-access-point" nillable="true" type="xs:string">
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation