Top "Servlet-listeners" questions

The servlet listener interfaces that define the methods to be invoked in response to a desired event.

Reading of properties file in jsp using Spring MVC

I have a properties file in /WEB-INF/properties/Messages.properties having content as follow label.username=Enter User Name label.…

jsp spring-mvc servlet-3.0 servlet-listeners
How can I make a ServletContextListener stop the Java EE application?

I have a ServletContextListener which performs some database management functions when my Java EE application starts. This runs in my …

servlets jakarta-ee servlet-listeners
Static Servlet Context variable

I have read from the question How to gain access to a ServletContext instance from any method? that if I …

java jsf web-applications jsf-1.2 servlet-listeners
JSF Active Sessions counter. How to?

Good evening, In a test JSF 2.0 web app, I am trying to get the number of active sessions but there …

jsf servlets java-ee-5 servlet-listeners
How to get real path in JSF in a SessionListener

my requirement is as follows: INFO: icefaces upload component, uploads the files to relative folder and creates for each user …

servlets jsf-2 servlet-listeners