HTTP logs

The HTTP error logs contain information about client requests. The default location for the log files is the EAServer bin subdirectory. You can change the name and location of any of the HTTP logs on the HTTP Config tab of the Server Properties dialog box. You can also enable or disable request logging on this tab.

HTTP error log The HTTP error log contains information about failed client request errors, such as requests for nonexistent files. The default file name is <server_name>httperror.log.

HTTP request log The HTTP request log tracks all requests to the HTTP listener. The default file name is <server_name>httprequest.log .

HTTP servlet log The HTTP servlet log contains information logged by the EAServer servlet engine; this is in addition to the servlet-related messages recorded in the server log file. The default file name is <server_name>httpservlet.log.