The BEA WebLogic Server data collector type has the following available
properties:
BEA.action={enable | disable}
BEA.modified_env_file={true | false}
BEA.axis={true | false}
BEA.url=WebLogic_Server_URL
BEA.user_id=user_ID
BEA.user_password=password
The
BEA.action property specifies whether to enable
or disable data collection in the BEA WebLogic Server runtime environment
installed at
WebLogic_Server_URL. This is equivalent
to the
–enable and
–disable options
specified with the
KD4configDC script. Examples (specify
either of
these properties, but not both):
BEA.action=enable
BEA.action=disable
The
BEA.modified_env_file property confirms that
you have modified the BEA application server classpath and prepended
the
kd4dcagent.jar file to the WEBLOGIC_CLASSPATH
environment variable. For details on this manual modification, see
step
2.
Examples (specify
either of these properties, but not both):
BEA.modified_env_file=true
BEA.modified_env_file=false
The
BEA.axis property specifies whether to configure
data collection for the Apache Axis Web Services Engine, an optional
feature of the BEA WebLogic Server. To configure the Apache Axis version,
set this property to
true, otherwise set it to
false.
If you do not specify this property,
false is assumed
as the default value. Examples (specify
either of these properties,
but not both):
BEA.axis=true
BEA.axis=false
The
BEA.url property specifies the Web address
(URL) of the BEA WebLogic Server, for example,
t3://localhost:7001 (
t3 and
t3s are
proprietary BEA protocols). This is equivalent to the
URL option
specified with the
KD4configDC script. Example:
BEA.url=t3://localhost:7001
The
BEA.user_id property specifies a valid BEA
WebLogic Server user name with authority to configure applications.
This is equivalent to the
userID option specified
with the
KD4configDC script. Example:
BEA.user_id=user01
The
BEA.user_password property specifies a valid
password associated with the value specified for the BEA WebLogic
Server user name,
BEA.user_id. This is equivalent
to the
password option specified with the
KD4configDC script.
Example:
BEA.user_password=password
Refer to your BEA WebLogic documentation for more information on
passwords for your authorized user names.
Properties for BEA WebLogic Server do not have multiple instances,
meaning you can only define one group of BEA WebLogic Server properties
in the response file, and the instance number format
is not used.