-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
> Well. Now I have a new problem. I just managed to get my classes
> reloading automatically and I have discovered something cruddy.
> Apparently, the old JServ processes aren't dying when JServ reloads the
> classes. I ran a "ps aux" and discovered several screens worth of
> JServs. And they are each grouped into sections which all start at the
> same time.
>
> So, does anyone have a clue what might be causing this?
When JServ reloads classes, it does not start up a new jvm, it simply
re-creates an instance of the AdaptiveClassLoader.
What I suggest that you do is kill everything and then start it back up
again.
-jon
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html/>
Problems?: [EMAIL PROTECTED]