Scenario Listener interface Event type You want to know if an attribute in a web app context has been added, removed, or replaced. javax.servlet.ServletContextAttributeListener attributeAdded attributeRemoved attributeReplaced ServletContextAttributeEvent You want to know how many concurrent users there are. In other words, you want to track the active sessions. (We cover sessions in detail in the ...