Servertec   Server Logs
Content
Introduction
Release Notes
Features
FAQs
Requirements
Installation
Change Log
Future Plans
Knowledge Base
Documentation
Conventions
Users
Reference
iServer API
Servlet API
CGI
SSI
Servlets
Logs

Samples
Sales
Legal
Feedback

 

iServer logs client access, events and errors.

Files

    File Description
    access.log The access log stores the following information:
    remote address The IP address of the client making the request.
    remote host The name of the client making the request.
    date The current date.
    time The current time.
    user name The client's name.

    Normally W3SVC.

    http host The name of the host server the request was sent to.
    local address The IP address of the server the request was sent to.
    content length The number of bytes sent to the client.
    request length The number of bytes sent by the client.
    reply time The number of milliseconds the server spent processing the client's request.
    status code The status code the server sent to the client.

    Normally 200, OK.

    error code Extended error code.

    Normally 0.

    request method The request method being made.

    Normally [ GET | POST ].

    request uri The request made by the client.
    user agent The client making the request.
    referer The URL from which the request was made.
    error.log Any internal errors encountered while the server was running.

    Normally stores a date/time stamp, any error message and a detail stack trace.

    events.log Records when the server was started, stopped, when servlets are initialized, destroyed and when servlet errors occur.

    Normally stores a date/time stamp, package and class name, and event.

    For servlet errors, normally stores a date/time stamp, any error message and a detail stack trace.

Log Files

    All log files are stored in the logs directory.
 top of page
 Built with iScript Copyright © 1997-1999 Servertec. All rights reserved.
Last Modified: Tue Jan 26 22:59:10 EST 1999