Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Diagnostics: View Web Server Log Table

Column Display     Related Tasks     Related Topics

This page shows you the latest contents of the HTTP access log file.

To select log messages generated during a specific time interval, or to enter a filter expression, select Customize this table. You can set the following customizations:

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Host

Either the DNS name or the IP number of the remote client.

When specifying a WLDF query expression to filter this table, note that this column corresponds to the HTTPAccessLog HOST column in the WLDF Archive.

Remote User

Any information returned by IDENTD for the remote client; WebLogic Server does not support user identification.

When specifying a WLDF query expression to filter this table, note that this column corresponds to the HTTPAccessLog REMOTEUSER column in the WLDF Archive.

Authenticated User

If the remote client user sent a userid for authentication, the user name; otherwise "-".

When specifying a WLDF query expression to filter this table, note that this column corresponds to the HTTPAccessLog AUTHUSER column in the WLDF Archive.

Timestamp

Day, calendar month, year and time of day (24-hour format) with the hours difference between local time and GMT, enclosed in square brackets.

When specifying a WLDF query expression to filter this table, note that this column corresponds to the HTTPAccessLog TIMESTAMP column in the WLDF Archive.

Request

First line of the HTTP request submitted by the remote client enclosed in double quotes.

When specifying a WLDF query expression to filter this table, note that this column corresponds to the HTTPAccessLog REQUEST column in the WLDF Archive.

Status

HTTP status code returned by the server, if available; otherwise "-".

When specifying a WLDF query expression to filter this table, note that this column corresponds to the HTTPAccessLog STATUS column in the WLDF Archive.

Byte Count

Number of bytes listed as the content-length in the HTTP header, not including the HTTP header, if known; otherwise "-".

When specifying a WLDF query expression to filter this table, note that this column corresponds to the HTTPAccessLog BYTECOUNT column in the WLDF Archive.

Message

The HTTP Access Log Entry, when viewing an extended format HTTP log.

Related Tasks

Related Topics


Back to Top