[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
bean reloading
I am using application scoped bean, which uses a daemon thread. If I put the
classpath of this bean into my JServ repository, it is reloaded correctly when
it is changed, however the thread does not stop and remains running, although
the new bean is initialized, which thus starts a new thread. I end up with two
threads running in the background, but there should be only one. I use GNU JSP
1.0 and JServ 1.0.
Any thoughts on this?
Primoz