I am fairly new to the list, and first I want to thank Kevin, Craig, Daniel,
and everyone else who contributed to the Model 2 discussion.

One question I have: is there any way to explicitly cause an Action class to
be unloaded, so that a newly compiled version will be loaded in its place?
It seems painstaking to have to restart the server every time an action
class is changed.

I realize that there are some multi-threading issues, I can take care of
those, guranteeing that no actions are in use or referenced from anywhere at
a certain point, but how do I get the class unloaded?
System.gc() doesn't gurantee anything.

Thanks,

Sam

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to