glassfish:web:http-service:requestEndEvent

event

Synopsis

glassfish:web:http-service:requestEndEvent(
    java.lang.String appName,
    java.lang.String hostName,
    java.lang.String serverName,
    int serverPort,
    java.lang.String contextPath,
    java.lang.String servletPath,
    int statusCode)

Description

This event is sent whenever an HTTP request has been processed by the web container and the corresponding HTTP response is about to be returned to the client.

Use this event to determine the response time per application.

Parameters

appName

The name of the web application that has finished processing the HTTP request and produced an HTTP response.

hostName

The name of the virtual server on which the application has been deployed.

serverName

The server name of the HTTP request.

serverPort

The server port of the HTTP request.

contextPath

The context path portion of the URI of the HTTP request.

servletPath

The servlet path portion of the URI of the HTTP request.

statusCode

The status code of the HTTP response.