|
|
| |
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.
Edit Application Management Settings
Configuration
General
SNMP
Attribute |
Description |
Range of Values |
Default Value |
---|---|---|---|
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 |
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 |
---|---|---|---|
The name of a valid Audit Provider class |
Null |
||
Boolean True = selected False = not selected |
Selected |
Filerealm
Passwords
Advanced
Attribute |
Description |
Range of Values |
Default Value |
---|---|---|---|
This attribute allows you to select the connection filter for your security realm. |
List |
None Selected |
|
|
|
|
|
|
|
|
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.
|
Copyright © 2001 BEA Systems, Inc. All rights reserved.
|