BEA Logo BEA WebLogic Server Release 6.1

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

  |  

  WebLogic Server Doc Home   |     Console Online Help   |   Previous Topic   |   Next Topic   |   Contents   |   Index   |   View as PDF

Domain

 

The following procedures describe how to use the Administration Console to set the attributes for viewing Domain information. Read about Domains in Using Log Messages to Manage WebLogic Servers in the Administration Guide.

 


View Domain Health

  1. Click the instance node that represents your Domain (i.e. myDomain where mydomain is the name you specified as the WebLogic Admin Domain Name during installation and myserver is the Server Name you specified during installation) 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. Right-click the instance node that represents your Domain (i.e. myDomain) in the left pane. This opens a pop-up menu.

  2. Click View Domain Log. The log displays in the right pane..

 


Edit Application Management Settings

  1. Click the instance node that represents your Domain (i.e. myDomain) 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 value in the Auto Update Interval attribute field.

  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

Console Enabled

This attribute is used to enable or disable the console.


Selected

Console Context Path

This attribute is used to set the context path for the WebLogic Server console.


console

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

SNMP

Attribute

Description

Range of Values

Default Value

Enabled

The SNMP Service provides the SNMP agent functionality and is a part of the Administration Server. The agent monitors all WebLogic resources for the domain. The Admnistration Server must be restarted for configuration changes to take effect.

True = enabled

False = disabled

False

SNMP Port

This is the port on which the WebLogic SNMP agent listens for incoming requests from SNMP managers.

Valid listen port

161

Mib Data Refresh Interval

The SNMP agent maintains a cache of all the attribute values and responds to manager requests by obtaining the attribute value from this cache. The MIB Data Refresh Interval is the interval, in seconds, at which the SNMP agent does a complete refresh of the cache. When it does a refresh, it does a GET on all the WebLogic attributes represented in the WebLogic SNMP MIB.

Integer, in seconds

120

Server Status Check Interval Factor

The SNMP agent multiplies this number times the MIB Data Refresh Interval to determine how frequently it should check to determine whether Managed Servers in the domain are up or down. The agent obtains this value from the MIB cache. If the Server Status Check Interval Factor is 1, the WebLogic SNMP agent checks whether Managed Servers are up or down at the interval defined in MIB Data Refresh Interval.

Integer, >0

Obtained from MIB Cache

Community Prefix

This string is used to form the SNMP Community Name which functions as a textual password for communication with SNMP managers. If the community prefix sent by the SNMP manager does not match the value configured in this attribute, the SNMP agent will return an authenticationFailuretrap to the requestor.

String

If it is of the form community_prefix@server_name, the agent will return data only for the specified Managed Server. If it is of the form community_prefix@domain_name, the agent will return data for every server in the domain. If the SNMP manager sends only community_prefix, the agent will only retrieve data for the Administration Server.

Null

Debug Level

This attribute sets the level of debugging messages sent to the administrator. If the value is set to 0, no debug messages are generated. If the value is greater than 0, messages are generated that describe what the agent code is doing. The higher the value, the more detailed the messages.

Integer between 0 and 3

0

Logging

Attribute

Description

Range of Values

Default Value

File Name

This attribute returns the name of the log file.

String

To include a time or date stamp in the file name when the log file is rotated, add java.text.SimpleDateFormat variables. Surround each variable with percentage (%) characters.

For example, if you enter the following value in the File Name field:

wl-domain_%yyyy%_%MM%_%dd%_%hh%_%mm%.log

the domain log file will be named wl-domain_yyyy_MM_dd_hh_mm.log

When the Administration Server instance rotates the domain log file, the rotated file name contains the date stamp. For example, if the domain log file is rotated on 2 April, 2003 at 10:05 AM, the log file that contains the old log messages will be named:

wl-domain_2003_04_02_10_05.log

config/mydomain/logs/wl-domain.log

Rotation Type

Criteria for moving old log messages to a separate file.

After the server renames a file, subsequent messages accumulate in a new file with the name that you specified in the File Name field.

  • None. Messages accumulate in a single file. You must erase the contents of the file when the size is unwieldy.

  • by Size. When the log file reaches the size that you specify in File Min Size, the server renames the file.

  • by Time. At each time interval that you specify in File Time Span, the server renames the file.

None

File Min Size

This attribute sets the threshold at which a new log file is created. Relevant only if Rotation Type is by Size.

Integer

50

Rotation Time

Determines the start time for a time-based rotation sequence. At the time that this value specifies, the server renames the current log file. Thereafter, the server renames the log file at an interval that you specify in File Time Span.

Relevant only if Rotation Type is by Time.

Use the following java.text.SimpleDateFormat format to specify a date and time: k:mm. For information about this format, refer to the J2EE Javadoc.

If the date that you specify has already past, the rotation starts immediately.

00:00

File Time Span

This attribute sets the threshold at which a new log file is created. Relevant only if Rotation Type is by Time.

Integer

24

Number of Files Limited

Indicates whether a server will limit the number of log files that it creates when it rotates the log. The limit is based on the value in File Count.

Boolean

True = selected

False = not selected

Not Selected

File Count

The maximum number of log files that the server creates when it rotates the log. Only valid if Number of Files Limited is true and Rotation Type is either by Size or by Time.

Integer

7

Applications

Attribute

Description

Range of Values

Default Value

Auto Update Interval

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

Integer

3000

 


Security

General

Attribute

Description

Range of Values

Default Value

Audit Provider Class

This attribute allows you to specify an Audit Provider.

The name of a valid Audit Provider class

Null

Guest Disabled

This attribute disables the default user Guest.

Boolean

True = selected

False = not selected

Selected

Filerealm

Attribute

Description

Range of Values

Default Value

Caching Realm

This attribute allows you to select the caching realm for which you want to set or review security.

List

None Selected

Max Users

The maximum number of Users supported by the File realm.

The maximum value is 10,000. The minimum value is 1.The maximum is not enforced, rather, you are warned when you reach the maximum

1000

Max Groups

The maximum number of Groups supported by the File realm.

The maximum value is 10,000. The minimum value is 1. The maximum is not enforced, rather, you are warned when you reach the maximum.

1000

Max ACLs

The maximum number of ACLs supported by the File realm.

The maximum value is 10,000. The minimum value is 1.The maximum is not enforced, rather, you are warned when you reach the maximum.

1000

Passwords

Attribute

Description

Range of Values

Default Value

Minimum Password Length

This attribute sets the number of characters required in a password. Passwords must contain a minimum of 8 characters.

Greater than or equal to 8 characters

8

Lockout Enabled

This attribute is selected to lock user accounts when invalid login attempts occur.

Boolean

Enabled = selected

Disabled = not selected

Selected

Lockout Threshold

The number of failed logins for a user that can be tried before that account is locked. Any subsequent attempts to access the account (even if the username/password combination is correct) raise a Security exception; the account remains locked until it is explicitly unlocked by the system administrator or another login attempt is made after the lockout duration period ends. Note that invalid login attempts must be made within a span defined by the Lockout Reset Duration attribute to count toward the value of the LockoutThreshold attribute.

1 to 99,999


5

Lockout Duration

This attribute specifies the number of minutes that a user's account will be locked after the number of invalid login attempts occurs within the time specified by the Lockout Reset Duration attribute.

0 to 999999 minutes

30

Reset Duration

This attribute specifies the number of minutes within which invalid login attempts must occur in order for the user's account to be locked. An account is locked if the number of invalid login attempts defined in the Lockout Threshold field happens within the amount of time defined by this field.

Integer

5 Minutes

Lockout Cache Size

This attribute is used to set the intended cache size of unused and invalid login attempts.

0 to 10

5

Advanced

Attribute

Description

Range of Values

Default Value

Connection Filter

This attribute allows you to select the connection filter for your security realm.

List

None Selected

Results Batch Size




Log All Checks




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

Read about Domains in Using Log Messages to Manage WebLogic Servers in the Administration Guide.

 

back to top previous page next page