Creates end points for servlets and application lifecycle events
such as start and stop. Support for servlet Listeners and Filters
operation collection. For tc Runtime, the collection is done by the
com.springsource.insight.collection.tcserver
packages.
Table 11. Operations of servlet plug-in
| Collection Point | Summary |
|---|---|
| javax.servlet.Filter | Operation with the filter name and init params. |
| javax.servlet.ServletContextListener | Operations for context initialization and destruction events with context params. |
Table 12. Endpoint Analysis of servlet plug-in
| Analyzer | ServletEndPointAnalyzer |
| Core Operation | HttpOperation |
| Score | Low. |
| Summary | Creates an end point for HTTP requests, grouped by the matching servlet, that are otherwise not accounted for by an end point. |