BEA Logo BEA WebLogic Server Release 6.1

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

   Administration Console Online Help:   Previous topic   |   Next topic   |   Contents   

 

Domain

 

View Domain Health

  1. Click the Domain node in the left pane. The domain dialog displays in the right pane showing the tabs associated with this domain.

  2. Click the Monitoring tab.

  3. Click the View Domain Health text link. The domain health view displays in the right pane showing the Servers table and the domain log for this domain.

View Domain Log

  1. Click the Domain node in the left pane. The domain dialog displays in the right pane showing the tabs associated with this domain.

  2. Click the Monitoring tab.

  3. Click the View Domain Log text link. The domain log view displays in the right pane showing the domain log for this domain.

Edit Application Management Settings

  1. Click the Domain node in the left pane. The domain dialog displays in the right pane showing the tabs associated with this domain.

  2. Click the Applications tab.

  3. Edit the values in the Directories and Auto Update Interval attribute fields. Click the Auto Deployed Enabled checkbox to automatically deploy applications when they are installed in the domain.

  4. Click Apply to save any changes you made.

Configuration

General

Attribute

Description

Range of Values

Default Value

Name

 

This attribute returns the name of this configuration.

 

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

 

mydomain

 

JTA

Attribute

Description

Range of Values

Default Value

TimeoutSeconds

 

The time, in seconds, a transaction may be active before the system forces a rollback.

 

Integer

 

30 seconds

 

AbandonTimeoutSeconds

 

The maximum time, in seconds, that a transaction coordinator will persist in attempting to complete a transaction.

 

Integer

 

86400 seconds

 

BeforeCompletionIterationLimit

 

The number of beforeCompletion callbacks that will be processed before the system forces a rollback.

 

Integer

 

10

 

MaxTransactions

 

The maximum number of transactions that may be active on a particular server at one time.

 

Integer

 

10000

 

MaxUniqueNameStatistics

 

The maximum number of unique transaction names that may be tracked by a server at one time.

 

Integer

 

1000

 

ForgetHeuristics

 

A Boolean value specifying whether the transaction manager should instruct a resource to forget any transaction that is has a heuristic outcome.

 

True, not selected

False, selected

 

Not selected

 

Logging

Attribute

Description

Range of Values

Default Value

File Name

 

This attribute returns the name of the log file.

 

String

 

config/mydomain/logs/wl-domain.log

 

Rotation Type

 

This attribute allows you to select the type of rotation to be used.

 

List

 

none

 

Size Threshold

 

The file size (1 - 65535 kilobytes) that triggers the server to move log messages to a separate file. After the log file reaches the specified minimum size, the next time the Administration Server checks the size of the domain log, it will rename the current log file as FileName.n and create a new one to store subsequent messages.

 

Integer

 

500

 

Time Threshold

 

This attribute sets the time limit for a single file.

 

Integer

 

24

 

Limit Number of Files

 

This attribute is used to determine the state of file limitation.

 

Selected = enabled

Not Selected = not enabled

 

Not Selected

 

To

 

This sets the upper limit of files to be created.

 

Integer

 

7

 

Applications

Attribute

Description

Range of Values

Default Value

Directories

 

This attribute allows you to set the directories in which the applications can be found.

 

String

 

.\config\mydomain\applications


 

Auto Deployed Enabled

 

This attribute sets the auto deployment feature.

 

Selected = enabled

Not Selected = not enabled

 

Selected

 

Auto Update Interval

 

This attribute sets the interval for the automatic updates of applications.

 

Integer

 

3000

 

Notes

Attribute

Description

Range of Values

Default Value

Notes

 

This attribute provides a space for user supplied information.

 

The value must be an alphanumeric string.

 

Null

 

 

Back to Top