event
glassfish:web:http-service:requestStartEvent(
java.lang.String appName,
java.lang.String hostName,
java.lang.String serverName,
int serverPort,
java.lang.String contextPath,
java.lang.String servletPath)
This event is sent whenever an HTTP request has been received by the web container and is about to be dispatched to its target application.
Use this event to determine the number of hits per application.
appNameThe name of the web application to which the HTTP request was mapped and that is about to process it.
hostNameThe name of the virtual server on which the application has been deployed.
serverNameThe server name of the HTTP request.
serverPortThe server port of the HTTP request.
contextPathThe context path portion of the URI of the HTTP request.
servletPathThe servlet path portion of the URI of the HTTP request.