Why and when to perform this task
To debug potential problems with using the HTTP transport as an internal Web server, you can use the following access logging capabilities.
Steps for this task
Property name: AccessLogDisable Values: True/False Default: Access log is disabled by default
When you are ready to turn access logging off, set the value of the AccessLogDisable property back to true.
Property name: AccessLog Value: <filename> Default Value: logs/<server instance>/http_access.logThe default access log file is logs/<server_instance>/http_access.log. Access log entries should have the format:
<hostname or IP> <user agent> [<local time> -<status code>] <thread id> <http request> <status code> <bytecount>
If you are going to be using access logging for multiple HTTP transports in a single HTTP server, make sure you specify a unique filename for the access log file associated with each HTTP transport.
Result
If you have enabled access logging, there will be an access log in the location you specified.Related tasks
Configuring error logging for internal Web server HTTP transport
Configuring HTTP transports