event
glassfish:web:jsp:jspErrorEvent(
java.lang.String jspUri,
java.lang.String appName,
java.lang.String hostName)
This event is sent whenever access to a JSP has resulted in an error.
jspUriThe path (relative to the root of the application) to the JSP that produced an error.
appNameThe name of the web application to which the JSP belongs.
hostNameThe name of the virtual server on which the application has been deployed.