Technical data

Mbean Management Command Reference
Administration Guide B-43
SET
Sets the specified attribute values for the named configuration Mbean. Returns OK on
stdout when successful. This command cannot be used for run-time Mbeans.
New values are saved to the
config.xml file or the security realm, depending on
where the new values have been defined.
Syntax
java weblogic.Admin [Connection and User Credentials Arguments] SET
{–type mbean_type|–mbean mbean_name}
–property property1 property1_value
[-property property2 property2_value] . . .
Argument Definition
mbean_type
Required when invoking properties for multiple objects of the same type, and must
include the fully qualified name of the Mbean, as follows:
“domain:Name:name,Type=type,Application=application
mbean_name
Required. Must include the fully qualified name of an Mbean, in the following format:
domain:Name=name,Location:location,Type=type
where:
n Name is the Mbean name
n Location specifies the location of the Mbean
n Type specifies the type of object grouping
property
Required. The name of the attribute property to be set.
property _value
Required. The value to be set with the attribute property.
n When the argument is an Mbean array, the arguments must be passed in the
following format:
domain:Name=name,Type=type;domain:Name=name,Type=type
n When the argument is a String array, the arguments must be passed in the following
format:
String1;String2;. . . ”
n When setting the attribute properties for a JDBC Connection Pool, you must pass
the arguments in the following format:
“user:username;password:password;server:servername