Listener properties

EAServer’s implementation of application lifecycle events enables you to register event listeners that can respond to state changes in a Web application’s ServletContext and HttpSession objects. See “Application lifecycle event listeners” for more information.

StepsAdding a listener

  1. Display the Listeners tab in the Web Application Properties dialog box.

  2. Click Add. This adds a new row to the list of Listeners.

  3. Enter the listener class name.

  4. To modify the order in which EAServer notifies the listeners, highlight a listener name and click Move Up or Move Down until it is positioned correctly.