-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Andrew,
Andrew Hole wrote:
| We're trying to avoid the execution of valueUnbound(), when a Tomcat
| instance is stopped in a cluster environment.
Search the archives. Just a week or two ago, someone asked a similar
question about session messages in
We're trying to avoid the execution of valueUnbound(), when a Tomcat
instance is stopped in a cluster environment.
Can this be done by checking whether the thread that is executing
valueUnbound() is a daemon or not?
In the tests we have performed, the only thread running valueUnbound(),
which