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>
Result
If you have enabled access logging, there will be an access log in the location you specified.