BEA WebLogic Server 9.0 Domain Configuration Schema Reference

http://www.bea.com/ns/weblogic/90/domain
element community

Super Types
{http://www.w3.org/2001/XMLSchema}string
|
+--{http://www.bea.com/ns/weblogic/90/domain} (restriction)

Documentation
The password (community name) that WebLogic Server sends to the
 SNMP manager.



Note that there are two community names that are needed when
 WebLogic Server interacts with an SNMP manager:


  - 


The community name that the SNMP manager defines. The community
 name that you enter in this trap destination must match the name
 that the SNMP manager defines. The WebLogic SNMP agent sends this
 name when connecting to the manager.



  - 


The name that you specify in the WebLogic SNMP agent's Community
 Prefix. All SNMP managers must send this name when connecting to
 the WebLogic SNMP agent.




 


 Default: "public"


 Secure Value: true
Properties
This component is not nillable.

Model
<community>

</community>

Source
<xs:element minOccurs="0" name="community" nillable="true">
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:minLength value="1"/>
</xs:restriction>
</xs:simpleType>
</xs:element>

BEA WebLogic Server 9.0 Domain Configuration Schema Reference

Copyright 2005 BEA Systems Inc. Complete WebLogic Server Documentation