Jacob Hookom wrote:
Was there ever a condition where the listeners wouldn't run?
For example, you can run a webapp, then stop Tomcat, put the JSF JARs in
/WEB-INF/lib, and the JSF listener will not be run.
Rémy
-
To unsubs
Was there ever a condition where the listeners wouldn't run?
Remy Maucherat wrote:
Hi,
I tested JSF since some people said the listener wasn't being found
(the said listener is declared in a TLD which is in a JAR). I found it
worked very well, but the way it is handled is funny because of the
Hi,
I tested JSF since some people said the listener wasn't being found (the
said listener is declared in a TLD which is in a JAR). I found it worked
very well, but the way it is handled is funny because of the serialized
cache:
- Catalina will cache but will not bother when adding/removing JA