BEA Logo BEA WebLogic Server Release 6.1

  Corporate Info  |  News  |  Solutions  |  Products  |  Partners  |  Services  |  Events  |  Download  |  How To Buy

   BEA WebLogic Server Configuration Reference:   Previous topic   |   Next topic   |   Contents   |  Index

 

config.xml Elements and Attributes

 

This document contains the following sections:

config.xml Element Hierarchy Diagram

The config.xml file consists of a series of XML elements. The Domain element is the top-level element, and all elements in the Domain are children of the Domain element. Child elements may have children themselves. For example, the Security element contains the PasswordPolicy child element, and the Server element contains the Log, SSL, and WebServer child elements, as shown in the following diagram.

The characters following the element names in the diagram indicate the possible occurrence of the children elements in the Domain element: + (one or more), * (zero or more), or ? (zero or one time).

Domain element JTA element Security element PasswordPolicy element Log element Server element Log element SSL element WebServer element Cluster element Machine element UnixMachine element Application element EJBComponent element WebAppComponent element WebServer element FileRealm element NTRealm element UnixRealm element JMSServer element JMSSessionPool element JMSConnectionConsumer element JMSTopic element JMSDestinationKey element JMSQueue element JMSDestinationKey element

JMSConnectionFactory element JMSFileStore element JMSTemplate element JMSTopic element JMSQueue element JMSDestinationKey element JMSJDBCStore element JDBCTxDataSource element XMLRegistry element XMLRegistryEntry element StartupClass element ShutdownClass element DomainLogFilter element VirtualHost element CachingRealm element CustomRealm element LDAPRealm element RDBMSRealm element WLECConnectionPool element JoltConnectionPool element JDBCConnectionPool element JDBCDataSource element JDBCMultiPool element FileT3 element MailSession element

Element Attribute Descriptions

The following sections describe the attributes that you can configure for each element shown in the preceding diagram.

Domain

Attribute

 

Description

 

weblogic.properties Property Name

 

Active

 

Is this domain active?

Range of values:

Default value:

 

 

LastModificationTime

 

The last time this domain was updated. Guaranteed to be unique for a given transactional modification.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

The name can be up to 256 alphanumeric characters, but may not contain commas or spaces.

Default value: mydomain

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

RootDirectory

 

The root directory for the domain, relative to the administration server.

Range of values:

Default value:

 

 

JTA

Attribute

Description

weblogic.properties Property Name

AbandonTimeoutSeconds

 

The transaction abandon timeout in seconds.

Range of values: Integer

Default value: 86400

 

 

BeforeCompletionIterationLimit

 

The maximum number of cycles the transaction manager will perform the beforeCompletion synchronization callback among registered objects.

Range of values: Integer

Default value:10

 

 

ForgetHeuristics

 

Indicates whether the transaction manager will automatically perform an XAResource forget operation for transaction heuristic completions.

Range of values: True, selected; False, not selected.

Default value: True

 

 

MaxTransactions

 

The maximum number of simultaneous in progress transactions allowed on a server.

Range of values: Integer

Default value: 10000

 

 

MaxUniqueNameStatistics

 

The maximum number of unique transaction names for which statistics will be maintained.

Range of values: Integer

Default value: 1000

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

TimeoutSeconds

 

The transaction timeout in seconds.

Range of values: Integer

Default value:

 

 

Security

Attribute

Description

weblogic.properties Property Name:

AuditProviderClassName

 

Range of values:

Default value:

 

weblogic.security.audit.provider

 

GuestDisabled

 

Sets whether or not guest logins are disabled.

Range of values:

Default value:

 

weblogic.security.disableGuest

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Realm

 

Range of values:

Default value:

 

 

SystemUser

 

The name of the system user.

Range of values:

Default value:

 

weblogic.system.user

 

PasswordPolicy

Attribute

Description

weblogic.properties Property Name

LockoutCacheSize

 

Range of values:

Default value:

 

 

LockoutDuration

 

Number of minutes that a user's account will be locked after Lockout threshold number of invalid login attempts have taken place within the LockoutRestDuration time period.

Range of values:

Default value:

 

 

LockoutEnabled

 

Range of values:

Default value:

 

 

LockoutGCThreshold

 

Range of values:

Default value:

 

 

LockoutResetDuration

 

Number of minutes within which the invalid login attempts must happen in order for the user's account to be locked.

Range of values:

Default value:

 

 

LockoutThreshold

 

Range of values:

Default value:

 

 

MinimumPasswordLength

 

The minimum length of any password, domain-wide.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Log

Attribute

Description

weblogic.properties Property Name

FileCount

 

Range of values:

Default value:

 

 

FileMinSize

 

Range of values:

Default value:

 

weblogic.system.maxLogFileSize

 

FileName

 

The log file name. If the file path is not absolute, the path is assumed to be relative to the root directory of the machine on which the server is running.

Range of values: String

Default value:

 

weblogic.system.logFile

 

FileTimeSpan

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

NumberOfFilesLimited

 

Range of values: Boolean
Enabled=selected; Not enabled=not selected.

Default value: Not selected

 

 

RotationType

 

The rotation type for this log file.

Range of values: Integer

Default value: 7

 

 

Server

Attribute

Description

weblogic.properties Property Name

AdministrationPort

 

Range of values: Valid administration port.

Default value:

 

weblogic.system.AdministrationPort

 

Cluster

 

The cluster to which this server belongs.

Range of values:

Default value:

 

 

ClusterRuntime

 

Returns an Mbean containing runtime information about the cluster that was started from this configuration Mbean. Returns null if no such cluster exists.

Range of values:

Default value:

 

 

ClusterWeight

 

The cluster weight (percent) for this server.

Range of values: Integer

Default value: 100

 

 

DefaultIIOPPassword

 

The password for the default IIOP user.

Range of values:

Default value:

 

weblogic.iiop.password

 

DefaultIIOPUser

 

The default IIOP user.

Range of values:

Default value:

 

weblogic.iiop.user

 

DefaultProtocol

 

The protocol to be used for connections when none is specified.

Range of values:

Default value:

 

weblogic.system.defaultProtocol

 

DefaultSecureProtocol

 

The protocol to be used for secure connections when none is specified.

Range of values:

Default value:

 

weblogic.system.defaultSecureProtocol

 

DomainLogFilter

 

Range of values:

Default value:

 

 

EnabledForDomainLog

 

Range of values:

Default value:

 

 

ExpectedToRun

 

Is this server expected to run if the domain is started?

Range of values:

Default value:

 

 

ExtraRmicOptions

 

The extra options passed to RMIC during server-side generation.

Range of values:

Default value:

 

 

HelpPageURL

 

Range of values:

Default value:

 

weblogic.system.helpPageURL

 

HttpdEnabled

 

Range of values:

Default value:

 

weblogic.httpd.enable

 

IIOPEnabled

 

Sets whether or not IIOP support is enabled.

Range of values:

Default value:

 

weblogic.system.enableIIOP

 

InstrumentStackTraceEnabled

 

Range of values:

Default value:

 

 

JDBCLogFileName

 

Range of values:

Default value:

 

weblogic.jdbc.logFileName

 

JDBCLoggingEnabled

 

Sets whether or not logging of JDBC log stream is enabled.

Range of values:

Default value:

 

weblogic.jdbc.enableLogFile

 

JMSDefaultConnectionFactoriesEnabled

 

Range of values:

Default value:

 

 

JNDITransportableObjectFactoryList

 

Range of values:

Default value:

 

weblogic.jndi.transportableObjectFactories

 

JavaCompiler

 

Range of values:

Default value:

 

 

JavaCompilerPostClassPath

 

Range of values:

Default value:

 

 

JavaCompilerPreClassPath

 

Range of values:

Default value:

 

 

ListenAddress

 

Range of values:

Default value:

 

weblogic.system.bindAddr

 

ListenPort

 

The server's listen port.

Range of values:

Default value:

 

 

LogRemoteExceptionsEnabled

 

Sets whether remote exceptions are to be reported to the log.

Range of values:

Default value:

 

 

LoginTimeout

 

The login timeout for the server.

Range of values:

Default value:

 

 

LoginTimeoutMillis

 

The interval to wait for a read to fail on login; 0 to disable.

Range of values:

Default value:

 

weblogic.system.readTimeoutMillis

 

Machine

 

The machine on which this server is meant to run. If the server is already running, this will migrate the server to a different machine. If the machine is the same as the machine is the server is already running on, this is a no-op.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

NativeIOEnabled

 

Sets whether or not native I/O should be enabled.

See also "Using WebLogic Server Performance Packs".

 

weblogic.system.nativeIO.enable

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PreferredSecondaryGroup

 

The preferred replication group for the server's secondaries.

Range of values:

Default value:

 

 

ReplicationGroup

 

The server's replication group.

Range of values:

Default value:

 

 

ReverseDNSAllowed

 

Returns whether or not the kernel is allowed to perform reverse DNS lookups.

Range of values:

Default value:

 

weblogic.system.enableReverseDNSLookups

 

RootDirectory

 

The root directory for the weblogic installation for this server.

Range of values:

Default value:

 

weblogic.system.home

 

StdoutDebugEnabled

 

Allows verbose display of server activity. If StdoutDebugEnabled="true", StdoutEnabled="true", and StdoutSeverityLevel="64" (INFO), all messages that would normally go to weblogic.log go to the screen where you started up WebLogic Server.

Range of values: true or false

Default: false

 

 

StdoutEnabled

 

Determines if log messages should be logged to the standard out stream. Overrides StdoutSeverityLevel and StdoutDebugEnabled.

Range of values: true or false

Default: true

 

weblogic.system.enableConsole

 

StdoutSeverityLevel

 

The minimum severity of a message that should be logged to the stand output device stream. All messages with given severity and higher, qualify.

  • 64 (INFO)

  • 32 (WARNING)

  • 16 (ERROR)

  • 8 (NOTICE)

  • 4 (CRITICAL)

  • 2 (ALERT)

  • 1 (EMERGENCY)

    Note: The lower the number, the higher the severity.

    See also StdoutDebugEnabled and StdoutEnabled.

    Range of values: 64, 32, 16, 8, 4, 2, 1

    Default: 16

 

 

ThreadPoolPercentSocketReaders

 

The percentage (1-99) of execute threads that may be used as socket readers.

Represents a negative int.

Range of values:

Default value:

 

weblogic.system.percentSocketReaders

 

ThreadPoolSize

 

The size of the execute thread pool size. Represents a negative int.

Range of values:

Default value:

 

weblogic.system.executeThreadCount

 

TransactionLogFilePrefix

 

Range of values:

Default value:

 

 

TunnelingClientPingSecs

 

Interval (in seconds) at which to ping an http-tunneled client to see if it is still alive.

Range of values:

Default value:

 

weblogic.httpd.tunneling.clientPingSecs

 

TunnelingClientTimeoutSecs

 

Duration (in seconds) after which a missing http-tunneled client is considered dead.

Range of values:

Default value:

 

weblogic.httpd.tunneling.clientTimeoutSecs

 

TunnelingEnabled

 

Enables tunneling via http.

Range of values:

Default value:

 

weblogic.httpd.tunnelingenabled

 

ValidProtocols

 

The collections of protocols supported by this kernel. The result is a map that maps strings to strings. The key is the protocol name and the value is the protocol description. This collection includes both secure and insecure protocols.

Range of values:

Default value:

 

 

WorkspaceShowUserKeysOnly

 

Controls whether user-inserted items are shown in the WebLogic console.

Range of values:

Default value:

 

weblogic.workspace.showUserKeysOnly

 

XMLRegistry

 

Return the XML Registry for the server.

Range of values:

Default value:

 

 

ZACEnabled

 

Sets whether or not the Zero Admin Client (ZAC) feature is enabled.

Range of values:

Default value:

 

weblogic.zac.enable

 

ZACPublishRoot

 

The root (storage) directory on WebLogic for ZAC packages.

Range of values:

Default value:

 

weblogic.zac.publishRootProp

 

SSL

Attribute

Description

weblogic.properties Property Name

CertAuthenticator

 

Range of values:

Default value:

 

weblogic.security.realm.certAuthenticator

 

CertificateCacheSize

 

The number of certificates held that have not been redeemed by tokens.

Range of values:

Default value:

 

weblogic.security.certificateCacheSize

 

Ciphersuites

 

String. List of possible values:

  • SSL_NULL_WITH_NULL_NULL

  • SSL_RSA_WITH_NULL_SHA

  • SSL_RSA_EXPORT_WITH_RC4_40_MD5

  • SSL_RSA_WITH_RC4_128_MD5

  • SSL_RSA_WITH_RC4_128_SHA

  • SSL_RSA_EXPORT_WITH_DES_40_CBC_SHA

  • SSL_RSA_WITH_DES_CBC_SHA

  • SSL_RSA_WITH_3DES_EDE_CBC_SHA

  • SSL_DH_anon_EXPORT_WITH_RC4_40_MD5

  • SSL_DH_anon_WITH_RC4_128_MD5

  • SSL_DH_anon_EXPORT_WITH_DES_40_CBC_SHA

  • SSL_DH_anon_WITH_DES_CBC_SHA

  • SSL_DH_anon_WITH_3DES_EDE_CBC_SHA

    If not specified, the default is SSL_RSA_EXPORT_WITH_RC4_40_MD5

    Range of values:

    Default value:

 

 

ClientCertificateEnforced

 

Range of values:

Default value:

 

weblogic.security.enforceClientCert

 

Enabled

 

Sets whether or not SSL usage is enabled for the server.

Range of values:

Default value:

 

weblogic.security.ssl.enable

 

ExportKeyLifespan

 

Range of values:

Default value:

 

weblogic.security.key.export.lifespan

 

HandlerEnabled

 

Sets whether or not to enable server-to-server SSL connections.

Range of values:

Default value:

 

weblogic.security.SSLHandler.enable

 

KeyEncrypted

 

If true, the key is PKCS8 encrypted and requires a pass phrase to be supplied to use the key. If false, the key is an unencrypted private key and may be used without providing a pass phrase.

Range of values:

Default value:

 

 

ListenPort

 

The TCP port at which the WebLogic Server listens for SSL connection requests.

Range of values:

Default value:

 

weblogic.system.SSLListenPort

 

LoginTimeoutMillis

 

Duration allowed for a login sequence. If the duration is exceeded, the login is timed out. 0 to disable.

Range of values:

Default value:

 

weblogic.login.readTimeoutMillisSSL

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PeerValidationEnforced

 

Range of values:

Default value:

 

 

ServerCertificateChainFileName

 

Range of values: String

Default value:

 

weblogic.httpd.logFileFlushSecs

 

ServerCertificateFileName

 

Range of values: String

Default value:

 

weblogic.security.certificate.server

 

ServerKeyFileName

 

File containing SSL server encryption key.

Range of values: String

Default value:

 

weblogic.security.key.server

 

TrustedCAFileName

 

The name of the file containing the SSL certificate authority for clients.

Range of values: String

Default value:

 

weblogic.security.clientRootCA

 

UseJava

 

Range of values:

Default value:

 

weblogic.system.SSL.useJava

 

WebServer

Attribute

Description

weblogic.properties Property Name

Charsets
 

User-defined mapping between internet and Java charset names.

Range of values:

Default value:

 

weblogic.httpd.charsets

 

ClusteringEnabled
 

Enables HTTP clustering.

Range of values:

Default value:

 

weblogic.httpd.clustering.enable

 

DefaultWebApp

 

Range of values:

Default value:

 

weblogic.httpd.defaultWebApp

 

HttpsKeepAliveSecs

 

Number of seconds to maintain HTTPS keep-alive before timing out the request.

Range of values:

Default value:

 

weblogic.httpd.https.keepAliveSecs

 

KeepAliveEnabled

 

Range of values:

Default value:

 

weblogic.httpd.keepAlive.enable

 

KeepAliveSecs

 

Number of seconds to maintain HTTP keep-alive before timing out the request.

Range of values:

Default value:

 

weblogic.httpd.http.keepAliveSecs

 

LogFileBufferKBytes

 

Range of values:

Default value:

 

weblogic.httpd.logFileBufferKBytes

 

LogFileFlushSecs

 

Frequency (seconds) with which the log file should be flushed.

Range of values:

Default value:

 

weblogic.httpd.logFileFlushSecs

 

LogFileFormat

 

The format of the HTTP log file, common or extended.

Range of values:

Default value:

 

weblogic.httpd.logFileFormat

 

LogFileName

 

The HTTP request log file.

Range of values:

Default value:

 

weblogic.httpd.logFileName

 

LogRotationPeriodMins

 

Range of values:

Default value:

 

weblogic.httpd.logRotationPeriodMins

 

LogRotationTimeBegin

 

Range of values:

Default value:

 

weblogic.httpd.logRotationPeriodMins */

 

LogRotationType

 

Range of values:

Default value:

 

weblogic.httpd.logRotationType

 

LoggingEnabled

 

Range of values:

Default value:

 

weblogic.httpd.enableLogFile

 

MaxLogFileSizeKBytes

 

Range of values:

Default value:

 

weblogic.httpd.maxLogFileSizeKBytes

 

MaxPostSize

 

Range of values:

Default value:

 

 

MaxPostTimeSecs

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PostTimeoutSecs

 

Timeout (in seconds) for reading HTTP POST data in a servlet request.

Range of values:

Default value:

 

weblogic.httpd.postTimeoutSecs

 

Targets

 

Returns targets on which this deployment is deployed.

Range of values:

Default value:

 

 

URLResource

 

Range of values:

Default value:

 

weblogic.httpd.URLResource

 

WAPEnabled

 

Range of values:

Default value:

 

 

Cluster

Attribute

Description

weblogic.properties Property Name

ClusterAddress

 

The address to be used by clients to connect to this cluster. This address may be either a DNS host name that maps to multiple IP addresses or a comma separated list of single address host names or IP addresses.

Range of values: This address may be either a DNS host name that maps to multiple IP addresses or a comma separated list of single address host names or IP addresses.

Default value: Null

 

 

DefaultLoadAlgorithm

 

The algorithm by which the load is distributed. When the last server has been assigned a transaction, the load comes back to the starting server.

Range of values: Round Robin, Weight-based Round Robin, Random, and Parameter-based Routing

Default value: Round Robin

 

weblogic.cluster.defaultLoadAlgorithm

 

MulticastAddress

 

The multicast address used by cluster members to communicate with each other. Well-formed IP address.

Range of values:

Default value:

 

weblogic.cluster.multicastAddress

 

MulticastSendDelay

 

The number of milliseconds to delay sending message fragments over multicast.

Range of values: Integer

Default value: 12

 

 

MulticastTTL

 

The number of network hops that a cluster multicast message is allowed to travel.

Range of values: Integer. Minimum value is 1 and the maximum value is 255, inclusive. 1 restricts the cluster to one subnet.

Default value: 1

 

weblogic.cluster.multicastTTL

 

Name

 

The name of the MBean.

Range of values: String

The cluster name can be up to 256 alphanumeric characters, but may not contain commas or spaces.

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Servers

 

The servers that have declared membership in this cluster.

Range of values: List

Default value: Null

 

 

Machine

Attribute

Description

weblogic.properties Property Name

Addresses

 

The addresses by which the machine is known.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

StartdPort

 

The port number that the startd is configured to run on this machine.

Range of values:

Default value:

 

 

UnixMachine

This element represents a machine that is running the UNIX operating system. It extends MachineMBean with properties specific to the UNIX platform.

For more information about how to use the Administration Console to set the attributes for configuring and managing machines, see the UnixMachine Console help.

Attribute

Description

weblogic.properties Property Name

Addresses

 

The addresses by which the machine is known.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PostBindGID

 

The UNIX GID a server running on this machine will run under after it has carried out all privileged startup actions.

Range of values: Unix GID or null

Default value: null

 

weblogic.system.nonPrivGroup

 

PostBindGIDEnabled

 

This attribute allows the user to enable or disable the post-bind GID.

Range of values: Boolean

True = Selected

False = Not Selected

Default value: Not Selected

 

weblogic.system.enableSetGID

 

PostBindUID

 

The UNIX UID a server running on this machine will run under after it has carried out all privileged startup actions.

Range of values: Unix UID or null

Default value: null

 

weblogic.system.nonPrivUser

 

PostBindUIDEnabled

 

This attribute allows the user to enable or disable the post-bind UID.

Range of values: Boolean

True = Selected

False = Not Selected

Default value: Not Selected

 

weblogic.system.enableSetUID

 

StartdPort

 

The port number that the startd is configured to run on this machine.

Range of values:

Default value:

 

 

Application

Attribute

Description

weblogic.properties Property Name

Deployed

 

Deploy or undeploy the entire application. All of the application's components will be deployed or undeployed on their respective roles. Setting deployed to be true on an application that is already deployed is a no-op. Likewise, setting deployed to be false on an application that is not deployed is a no-op.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Path

 

The path pointing to the application's EAR file, relative to the Administration Server's file system.

Range of values:

Default value:

 

 

EJBComponent

Attribute

Description

weblogic.properties Property Name

Application

 

The name of the application this component is a part of. This is guaranteed to never be null.

Range of values:

Default value:

 

 

ExtraRmicOptions

 

The extra options passed to rmic during server-side generation. The default value for this attribute must be null. If no ExtraRmicOptions are specified on the EJB Component, the default will be pulled from Server.ExtraRmicOptions.

Range of values:

Default value:

 

 

JavaCompiler

 

The path to the Java compiler (such as "sj" or "javac") to use to compile EJBs.

If no Java Compiler is specified on the EJBComponent, the default will be pulled from Server.JavaCompiler.

Range of values:

Default value: Null

 

 

JavaCompilerPostClassPath

 

Range of values:

Default value:

 

 

JavaCompilerPreClassPath

 

The options to prepend to the Java compiler classpath when compiling Java code.

Range of values:

Default value:

 

 

KeepGenerated

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

TmpPath

 

The temporary directory where generated files are stored by ejbc.

Range of values:

Default value:

 

 

WebAppComponent

Attribute

Description

weblogic.properties Property Name

Application

 

The application this component is a part of. This is guaranteed to never be null.

Range of values:

Default value:

 

 

AuthRealmName

 

Range of values:

Default value:

 

weblogic.httpd.authRealmName

 

IndexDirectoryEnabled

 

Return whether or not to automatically generate an HTML directory listing if no suitable index file is found.

Range of values:

Default value:

 

weblogic.httpd.indexDirectories

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

ServletExtensionCaseSensitive

 

Range of values:

Default value:

 

weblogic.httpd.servlet.extensionCaseSensitive

 

ServletReloadCheckSecs

 

Range of values:

Default value:

 

weblogic.httpd.servlet.reloadCheckSecs

 

SessionMonitoringEnabled

 

If true, runtime Mbeans will be created for sessions, otherwise, they will not.

Range of values:

Default value:

 

 

SingleThreadedServletPoolSize

 

Range of values:

Default value:

 

weblogic.httpd.servlet.SingleThreadedModelPoolSize */

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

FileRealm

Attribute

Description

weblogic.properties Property Name

MaxACLs

 

The maximum number of (positive) ACLs that the file-based provider supports.

Range of values:

Default value:

 

 

MaxGroups

 

The maximum number of groups that the file-based provider supports.

Range of values:

Default value:

 

 

MaxUsers

 

The maximum number of users that the file-based provider supports.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

NTRealm

Attribute

Description

weblogic.properties Property Name

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PrimaryDomain

 

The Windows NT Primary Domain Controller where users and groups are defined for the domain. You can set the property to "." if the local computer (where the WebLogic Server executes) is the Primary Domain Controller.

Range of values:

Default value:

 

weblogic.security.ntrealm.domain

 

RealmClassName

 

The realm's java class name.Typically, this class name is hard-coded in a custom Mbean implementation of a specific realm's Mbean interface that extends this interface.

Range of values:

Default value:

 

 

UnixRealm

Attribute

Description

weblogic.properties Property Name

AuthProgram

 

The Authentication program path. The authentication program must run setuid root. If the program name is wlauth and is in the path of weblogic server, leave this property blank. If the program name is different than wlauth, or if it is not in the path, specify this property.

Range of values:

Default value: Null

 

weblogic.security.unixrealm.authProgram

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

RealmClassName

 

The realm's java class name.Typically, this class name is hard-coded in a custom Mbean implementation of a specific realm's Mbean interface which extends this interface.

Range of values:

Default value:

 

 

JMSServer

Attribute

Description

weblogic.properties Property Name

BytesMaximum

 

The maximum number of bytes that can be stored in the JMS Server at any one time. A value of zero means there is no limit.

Range of values:

Default value:

 

 

BytesThresholdHigh

 

Range of values:

Default value:

 

 

BytesThresholdLow

 

If there is a threshold condition and the number of bytes stored in the JMS Server drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

MessagesMaximum

 

Range of values:

Default value:

 

 

MessagesThresholdHigh

 

The value of MessagesThresholdHigh. If there is no threshold condition and the number of messages stored in the JMS Server exceeds this value, then the condition is set and an event is generated.

Range of values:

Default value:

 

 

MessagesThresholdLow

 

The value of MessagesThresholdLow. If there is a threshold condition and the number of messages stored in the JMS Server drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Store

 

The backing store for the JMS server. A backing store may only be used by one JMS server.

Range of values:

Default value:

 

 

Targets

 

Returns targets on which this deployment is deployed.

Range of values:

Default value:

 

 

TemporaryTemplate

 

The temporary template that is used to create all temporary destinations on this JMS Server. The attributes for the temporary destinations are derived from the template. If no temporary template is defined for the JMS server, then temporary destinations receive the default values for destinations.

Range of values:

Default value:

 

 

JMSSessionPool

Attribute

Description

weblogic.properties Property Name

AcknowledgeMode

 

 

 

ConnectionFactory

 

The JNDI name of the connection factory for the session pool.

Range of values:

Default value:

 

 

ListenerClass

 

The listener class of the SessionPool.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

SessionsMaximum

 

The maximum number of sessions allowed for the SessionPool.

Range of values:

Default value:

 

 

Transacted

 

The SessionPool to be transacted or non-transacted.

Range of values:

Default value:

 

 

JMSConnectionConsumer

Attribute

Description

weblogic.properties Property Name

Destination

 

The JNDI name of the destination for this connection consumer.

Range of values:

Default value:

 

 

MessagesMaximum

 

The maximum number of messages that the connection consumer may load at one time into a ServerSessions session.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Selector

 

The defined selector of the connection consumer.

Range of values:

Default value:

 

 

JMSTopic

Attribute

Description

weblogic.properties Property Name

BytesMaximum

 

Range of values:

Default value:

 

 

BytesThresholdHigh

 

The value of bytesThresholdHigh. If there is no threshold condition and the number of bytes stored in the destination exceeds this value, then the condition is set and an event is generated.

Range of values:

Default value:

 

 

BytesThresholdLow

 

The value of BytesThresholdLow. If there is a threshold condition and the number of bytes stored in the destination drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

DeliveryModeOverride

 

Range of values:

Default value:

 

 

Destinations

 

A read-only array of the Destinations for the template.

Range of values:

Default value:

 

 

JNDIName

 

The JNDI name of a destination.

Range of values:

Default value:

 

 

MessagesMaximum

 

The value of MessagesMaximum. This is the maximum number of messages that can be stored in the destination at any one time. A value of zero means there is no limit.

Range of values:

Default value:

 

 

MessagesThresholdHigh

 

Range of values:

Default value:

 

 

MessagesThresholdLow

 

The value of messagesThresholdLow. If there is a threshold condition and the number of messages stored in the destination drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

MulticastAddress

 

The multicast address used by the destination well-formed IP address.

Range of values: The valid range of multicast addresses is from 224.0.0.1 to 239.255.255.255

Default value:

 

 

MulticastPort

 

The multicast port for the destination.

Range of values:

Default value:

 

 

MulticastTTL

 

The number of network hops that a multicast message is allowed to travel.

Range of values: The minimum value is 1 and the maximum value is 255, inclusive. 1 restricts the message to one subnet.

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PriorityOverride

 

Range of values:

Default value:

 

 

StoreEnabled

 

Range of values:

Default value:

 

 

Template

 

The template for this destination.

Range of values:

Default value:

 

 

TimeToLiveOverride

 

Range of values:

Default value:

 

 

JMSDestinationKey

Attribute

Description

weblogic.properties Property Name

Direction

 

Range of values:

Default value:

 

 

KeyType

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Property

 

The property name for this key.

Range of values:

Default value:

 

 

JMSQueue

Attribute

Description

weblogic.properties Property Name

BytesMaximum

 

Range of values:

Default value:

 

 

BytesThresholdHigh

 

The value of bytesThresholdHigh. If there is no threshold condition and the number of bytes stored in the destination exceeds this value, then the condition is set and an event is generated.

Range of values:

Default value:

 

 

BytesThresholdLow

 

The value of bytesThresholdLow. If there is a threshold condition and the number of bytes stored in the destination drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

DeliveryModeOverride

 

Range of values:

Default value:

 

 

Destinations

 

A read-only array of the Destinations for the template.

Range of values:

Default value:

 

 

JNDIName

 

The JNDI name of a destination.

Range of values:

Default value:

 

 

MessagesMaximum

 

The maximum number of messages that can be stored in the destination at any one time. A value of zero means there is no limit.

Range of values:

Default value:

 

 

MessagesThresholdHigh

 

Range of values:

Default value:

 

 

MessagesThresholdLow

 

If there is a threshold condition and the number of messages stored in the destination drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PriorityOverride

 

Range of values:

Default value:

 

 

StoreEnabled

 

Range of values:

Default value:

 

 

Template

 

The template for this destination.

Range of values:

Default value:

 

 

TimeToLiveOverride

 

Range of values:

Default value:

 

 

JMSConnectionFactory

Attribute

Description

weblogic.properties Property Name

AllowCloseInOnMessage

 

Range of values:

Default value:

 

weblogic.jms.ConnectionFactoryArgs

 

ClientId

 

The client ID for a durable subscriber.

Range of values:

Default value:

 

weblogic.jms.ConnectionFactoryArgs

 

DefaultDeliveryMode

 

Range of values:

Default value:

 

weblogic.jms.ConnectionFactoryArgs

 

DefaultPriority

 

Range of values:

Default value:

 

 

DefaultTimeToLive

 

Range of values:

Default value:

 

 

JNDIName

 

The JNDI name of the JMS ConnectionFactory.

Range of values:

Default value:

 

weblogic.jms.ConnectionFactoryName

 

MessagesMaximum

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

OverrunPolicy

 

Range of values:

Default value:

 

 

Targets

 

Returns targets on which this deployment is deployed.

Range of values:

Default value:

 

 

TransactionTimeout

 

Range of values:

Default value:

 

weblogic.jms.ConnectionFactoryArgs

 

UserTransactionsEnabled

 

Range of values:

Default value:

 

weblogic.jms.ConnectionFactoryArgs

 

JMSFileStore

Attribute

Description

weblogic.properties Property Name

Directory

 

Sets directory for file-based store.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

JMSTemplate

Attribute

Description

weblogic.properties Property Name

BytesMaximum

 

Range of values:

Default value:

 

 

BytesThresholdHigh

 

The value of bytesThresholdHigh. If there is no threshold condition and the number of bytes stored in the destination exceeds this value, then the condition is set and an event is generated.

Range of values:

Default value:

 

 

BytesThresholdLow

 

The value of bytesThresholdLow. If there is a threshold condition and the number of bytes stored in the destination drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

DeliveryModeOverride

 

Range of values:

Default value:

 

 

MessagesMaximum

 

The value of messagesMaximum. This is the maximum number of messages that can be stored in the destination at any one time. A value of zero means there is no limit.

Range of values:

Default value:

 

 

MessagesThresholdHigh

 

Range of values:

Default value:

 

 

MessagesThresholdLow

 

The value of messagesThresholdLow. If there is a threshold condition and the number of messages stored in the destination drops below this value, then the condition is cleared and an event is generated.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PriorityOverride

 

Range of values:

Default value:

 

 

TimeToLiveOverride

 

Range of values:

Default value:

 

 

JMSJDBCStore

Attribute

Description

weblogic.properties Property Name

ConnectionPool

 

The JDBC Connection Pool for this backing store.

Range of values:

Default value:

 

weblogic.jms.connectionPool

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PrefixName

 

The prefix name of JMS tables in this backing store.

Range of values:

Default value:

 

weblogic.jms.tableNamePrefix

 

JDBCTxDataSource

Attribute

Description

weblogic.properties Property Name

EnableTwoPhaseCommit

 

Range of values:

Default value:

 

 

JNDIName

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PoolName

 

Range of values:

Default value:

 

 

Targets

 

Returns targets on which this deployment is deployed.

Range of values:

Default value:

 

 

XMLRegistry

Attribute

Description

weblogic.properties Property Name

DocumentBuilderFactory

 

The class name of the default Document Builder Factory.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

SAXParserFactory

 

The class name of the default SAX Parser Factory.

Range of values:

Default value:

 

 

XMLRegistryEntry

Attribute

Description

weblogic.properties Property Name

DocumentBuilderFactory

 

The class name of the DocumentBuilderFactory that is associated with the registry entry.

Range of values:

Default value:

 

 

EntityPath

 

The path name to a local copy of an external entity (such as, a DTD) that is associated with this registry entry. This pathname is relative to one of the XML registry directories of the installation.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

ParserClassName

 

The class name of any custom XML parser that is associated with the registry entry.

Range of values:

Default value:

 

 

PublicId

 

The public ID of the document type represented by this registry entry.

Range of values:

Default value:

 

 

RootElementTag

 

The tag name of the document root element of the document type represented by this registry entry.

Range of values:

Default value:

 

 

SAXParserFactory

 

Sets a SAXParserFactory that is associated with the registry entry.

Range of values:

Default value:

 

 

SystemId

 

The system ID of the document type represented by this registry entry.

Range of values:

Default value:

 

 

StartupClass

Attribute

Description

weblogic.properties Property Name

Arguments

 

Range of values:

Default value:

 

 

ClassName

 

Range of values:

Default value:

 

 

FailureIsFatal

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Targets

 

Returns targets on which this deployment is deployed.

Range of values:

Default value:

 

 

ShutdownClass

Attribute

Description

weblogic.properties Property Name

Arguments

 

Range of values:

Default value:

 

 

ClassName

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Targets

 

Returns targets on which this deployment is deployed.

Range of values:

Default value:

 

 

DomainLogFilter

Attribute

Description

weblogic.properties Property Name

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

SeverityLevel

 

The minimum severity of a message which qualifies this filter. All messages with given severity and higher, qualify. The ascending order of severities is:

  1. INFO

  2. WARNING

  3. ERROR

  4. NOTICE

  5. CRITICAL

  6. ALERT

  7. EMERGENCY

    For numeric values refer to weblogic.logging.Severities.

    Range of values:

    Default value:

 

 

SubsystemNames

 

If none are specified, messages from all subsystems qualify.

Range of values:

Default value:

 

 

UserIds

 

If no IDs are specified, messages from all user IDs qualify.

Range of values:

Default value:

 

 

VirtualHost

Attribute

Description

weblogic.properties Property Name

Charsets

 

Range of values:

Default value:

 

weblogic.httpd.charsets

 

ClusteringEnabled

 

Range of values:

Default value:

 

weblogic.httpd.clustering.enable

 

DefaultWebApp

 

Range of values:

Default value:

 

weblogic.httpd.defaultWebApp

 

HttpsKeepAliveSecs

 

Range of values:

Default value:

 

weblogic.httpd.https.keepAliveSecs

 

KeepAliveEnabled

 

Returns whether or not HTTP keep-alive is enabled.

Range of values:

Default value:

 

weblogic.httpd.keepAlive.enable

 

KeepAliveSecs

 

Range of values:

Default value:

 

weblogic.httpd.http.keepAliveSecs

 

LogFileBufferKBytes

 

Sets HTTP request log buffer size.

Range of values:

Default value:

 

weblogic.httpd.logFileBufferKBytes

 

LogFileFlushSecs

 

Frequency (seconds) with which the log file should be flushed.

Range of values: Integer

Default value:

 

weblogic.httpd.logFileFlushSecs

 

LogFileFormat

 

The format of the HTTP log file, common or extended.

Range of values:

Default value:

 

weblogic.httpd.logFileFormat

 

LogFileName

 

The HTTP request log file

Range of values:

Default value:.

 

weblogic.httpd.logFileName

 

LogRotationPeriodMins

 

Range of values:

Default value:

 

weblogic.httpd.logRotationPeriodMins

 

LogRotationTimeBegin

 

Range of values:

Default value:

 

weblogic.httpd.logRotationPeriodMins */

 

LogRotationType

 

Range of values:

Default value:

 

weblogic.httpd.logRotationType

 

LoggingEnabled

 

Range of values:

Default value:

 

weblogic.httpd.enableLogFile

 

MaxLogFileSizeKBytes

 

Range of values:

Default value:

 

weblogic.httpd.maxLogFileSizeKBytes

 

MaxPostSize

 

Range of values:

Default value:

 

 

MaxPostTimeSecs

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: Null

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PostTimeoutSecs

 

Timeout (in seconds) for reading HTTP POST data in a servlet request.

Range of values: Integer

Default value:

 

weblogic.httpd.postTimeoutSecs

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

URLResource

 

Range of values:

Default value:

 

weblogic.httpd.URLResource

 

VirtualHostNames

 

The host name for which this web server will serve requests.

Range of values:

Default value:

 

 

WAPEnabled

 

Range of values:

Default value:

 

 

CachingRealm

Attribute

Description

weblogic.properties Property Name

ACLCacheEnable

 

Range of values:

Default value:

 

weblogic.security.realm.cache.acl.enable

 

ACLCacheSize

 

Range of values:

Default value:

 

weblogic.security.realm.cache.acl.size

 

ACLCacheTTLNegative

 

Range of values:

Default value:

 

weblogic.security.realm.cache.acl.ttl.negative

 

ACLCacheTTLPositive

 

ACL positive time-to-live in seconds.

Range of values:

Default value:

 

weblogic.security.realm.cache.acl.ttl.positive

 

AuthenticationCacheEnable

 

Range of values:

Default value:

 

weblogic.security.realm.cache.auth.enable

 

AuthenticationCacheSize

 

Range of values:

Default value:

 

weblogic.security.realm.cache.auth.size

 

AuthenticationCacheTTLNegative

 

Authentication negative time-to-live in seconds.

Range of values:

Default value:

 

weblogic.security.realm.cache.auth.ttl.negative

 

AuthenticationCacheTTLPositive

 

Range of values:

Default value:

 

weblogic.security.realm.cache.auth.ttl.positive

 

BasicRealm

 

Range of values:

Default value:

 

 

CacheCaseSensitive

 

Range of values:

Default value:

 

weblogic.security.realm.cache.caseSensitive

 

GroupCacheEnable

 

Range of values:

Default value:

 

weblogic.security.realm.cache.group.enable

 

GroupCacheSize

 

Range of values:

Default value:

 

weblogic.security.realm.cache.group.size

 

GroupCacheTTLNegative

 

Range of values:

Default value:

 

weblogic.security.realm.cache.group.ttl.negative

 

GroupCacheTTLPositive

 

Range of values:

Default value:

 

weblogic.security.realm.cache.group.ttl.positive

 

GroupMembershipCacheTTL

 

Group membership cache time-to-live in seconds.

Range of values:

Default value:

 

weblogic.security.groupCacheTTL

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PermissionCacheEnable

 

Set to true if permission cache is enabled.

Range of values:

Default value:

 

weblogic.security.realm.cache.perm.enable

 

PermissionCacheSize

 

Range of values:

Default value:

 

weblogic.security.realm.cache.perm.size

 

PermissionCacheTTLNegative

 

Range of values:

Default value:

 

weblogic.security.realm.cache.perm.ttl.negative

 

PermissionCacheTTLPositive

 

Range of values:

Default value:

 

weblogic.security.realm.cache.perm.ttl.positive

 

UserCacheEnable

 

Set to true if user cache is enabled.

Range of values:

Default value:

 

weblogic.security.realm.cache.user.enable

 

UserCacheSize

 

Range of values:

Default value:

 

weblogic.security.realm.cache.user.size

 

UserCacheTTLNegative

 

Range of values:

Default value:

 

weblogic.security.realm.cache.user.ttl.negative

 

UserCacheTTLPositive

 

Range of values:

Default value:

 

weblogic.security.realm.cache.user.ttl.positive

 

CustomRealm

Attribute

Description

weblogic.properties Property Name

ConfigurationData

 

Generic placeholder for the custom realm's configuration data.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

Range of values:

Default value:

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

RealmClassName

 

Range of values:

Default value:

 

 

LDAPRealm

Attribute

Description

weblogic.properties Property Name

AuthProtocol

 

Set the authentication protocol to simple for simple password authentication, CRAM-MD5 for a secure handshake authentication protocol, or none for no authentication. Netscape Directory Server supports CRAM-MD5. Microsoft Site Server and Novell NDS support simple.

Range of values:

Default value:

 

weblogic.security.ldaprealm.authentication

 

Credential

 

Range of values:

Default value:

 

weblogic.security.ldaprealm.credential

 

GroupDN

 

Set this property to the list of attributes that, when combined with the attribute named in the GroupNameAttribute property, uniquely identifies an individual.

Range of values:

Default value:

 

weblogic.security.ldaprealm.groupDN

 

GroupIsContext

 

Specifies how group membership is recorded in the LDAP server. Set to true if each group entry contains one user. Set to false if there is one group entry containing an attribute for each group member.

Range of values:

Default value:

 

weblogic.security.ldaprealm.groupIsContext

 

GroupNameAttribute

 

Set this property to the attribute that identifies the name of a group. It is usually the common name.

Range of values:

Default value:

 

weblogic.security.ldaprealm.groupNameAttribute

 

GroupUsernameAttribute

 

Set this property to the name of the attribute that contains a group member in a group entry.

Range of values:

Default value:

 

weblogic.security.ldaprealm.groupUsernameAttribute

 

LDAPURL

 

The URL for the LDAP server.

Range of values:

Default value:

 

weblogic.security.ldaprealm.url

 

LdapProvider

 

Range of values:

Default value:

 

weblogic.security.ldaprealm.factory

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Principal

 

Range of values:

Default value:

 

weblogic.security.ldaprealm.principal

 

RealmClassName

 

The realm's java class name.Typically, this class name is hard-coded in a custom Mbean implementation of a specific realm's Mbean interface which extends this interface.

Range of values:

Default value:

 

 

SSLEnable

 

Range of values:

Default value:

 

weblogic.security.ldaprealm.ssl

 

UserAuthentication

 

Range of values:

Default value:

 

weblogic.security.ldaprealm.userAuthentication

 

UserDN

 

Range of values:

Default value:

 

weblogic.security.ldaprealm.userDN

 

UserNameAttribute

 

Range of values:

Default value:

 

weblogic.security.ldaprealm.userNameAttribute

 

UserPasswordAttribute

 

If the userAuthenitcationProperty is set to "local", then this property is used to find out which property in the LDAP user objects contains the user's password.

Range of values:

Default value:

 

weblogic.security.ldaprealm.userPasswordAttribute

 

RDBMSRealm

Attribute

Description

weblogic.properties Property Name

DatabaseDriver

 

Range of values:

Default value:

 

 

DatabasePassword

 

The database password required for login.

Range of values:

Default value:

 

 

DatabaseURL

 

Range of values:

Default value:

 

 

DatabaseUserName

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

RealmClassName

 

The realm's java class name.

Range of values:

Default value:

 

 

SchemaProperties

 

Specifies the schema properties for manipulating the database.

Range of values:

Default value:

 

 

WLECConnectionPool

Attribute

Description

weblogic.properties Property Name

ApplicationPassword

 

Range of values:

Default value:

 

 

CertificateAuthenticationEnabled

 

Set to true to enable certificate-based authentication.

Range of values:

Default value:

 

 

FailoverAddresses

 

The list of failover ISL addresses.

Range of values:

Default value:

 

 

MaximumEncryptionLevel

 

Maximum encryption level.

Range of values:

Default value:

 

 

MaximumPoolSize

 

Range of values:

Default value:

 

 

MinimumEncryptionLevel

 

Minimum encryption level.

Range of values:

Default value:

 

 

MinimumPoolSize

 

Initial number of IIOP connections.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PrimaryAddresses

 

The list of primary ISL addresses.

Range of values:

Default value:

 

 

SecurityContextEnabled

 

Range of values:

Default value:

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

UserName

 

Range of values:

Default value:

 

 

UserPassword

 

Password for the username user.

Range of values:

Default value:

 

 

UserRole

 

WebLogic Enterprise user role.

Range of values:

Default value:

 

 

WLEDomain

 

Range of values:

Default value:

 

 

JoltConnectionPool

Attribute

Description

weblogic.properties Property Name

ApplicationPassword

 

Range of values:

Default value:

 

 

FailoverAddresses

 

The list of failover JSL addresses.

Range of values:

Default value:

 

 

MaximumPoolSize

 

Range of values:

Default value:

 

 

MinimumPoolSize

 

Initial number of JCP connections.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PrimaryAddresses

 

The list of primary JSL addresses.

Range of values:

Default value:

 

 

RecvTimeout

 

Range of values:

Default value:

 

 

SecurityContextEnabled

 

Range of values:

Default value:

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

UserName

 

Range of values:

Default value:

 

 

UserPassword

 

Password for the username user.

Range of values:

Default value:

 

 

UserRole

 

Range of values:

Default value:

 

 

JDBCConnectionPool

Attribute

Description

weblogic.properties Property Name

ACLName

 

Range of values:

Default value:

 

 

CapacityIncrement

 

Range of values:

Default value:

 

 

DriverName

 

Range of values:

Default value:

 

 

InitialCapacity

 

Range of values:

Default value:

 

 

LoginDelaySeconds

 

The number of second to delay between logins when creating the pool.

Range of values:

Default value:

 

 

MaxCapacity

 

The maximum number of connections.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Properties

 

The list of properties passed to the driver.

Range of values:

Default value:

 

 

RefreshMinutes

 

Range of values:

Default value:

 

 

ShrinkPeriodMinutes

 

Range of values:

Default value:

 

 

ShrinkingEnabled

 

Range of values:

Default value:

 

 

SupportsLocalTransaction

 

Applies to XA connection pools only, and is ignored for non-XA driver. Whether the XA driver supports SQL with no global transaction.

Range of values:

Default value:

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

TestConnectionsOnRelease

 

Range of values:

Default value:

 

 

TestConnectionsOnReserve

 

Range of values:

Default value:

 

 

TestTableName

 

Range of values:

Default value:

 

 

URL

 

The database connection URL.

Range of values:

Default value:

 

 

JDBCDataSource

Attribute

Description

weblogic.properties Property Name

JNDIName

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PoolName

 

Range of values:

Default value:

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

JDBCMultiPool

Attribute

Description

weblogic.properties Property Name

ACLName

 

The ACL list for this meta pool.

Range of values:

Default value:

 

 

HighAvail

 

Whether high availability is used in this meta pool.

Range of values:

Default value:

 

 

LoadBalance

 

Sets load balancing for this meta pool.

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

PoolList

 

Defines the connection pools in the meta pool.

Range of values:

Default value:

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

FileT3

Attribute

Description

weblogic.properties Property Name

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Path

 

The File T3 path.

Range of values:

Default value:

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value:

 

 

MailSession

Attribute

Description

weblogic.properties Property Name

JNDIName

 

Range of values:

Default value:

 

 

Name

 

The name of the MBean.

Range of values: String

Default value: N/A

 

 

Notes

 

Optional user-supplied information about this configuration MBean.

Range of values: alphanumeric string

Default value: Null

 

 

Properties

 

Range of values:

Default value:

 

 

Targets

 

The targets on which this deployment is deployed.

Range of values:

Default value: