You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by cifroes <ci...@netcabo.pt> on 2007/04/19 21:32:25 UTC

Dynamic reloading individual classes

Hi all,

I want to be able to reload individual classes (JavaBeans) in a web 
application.

Setting context reloadable to true makes it reload the whole context but 
I want to be able to reload only individual classes. This means I can 
reload quickly and maybe without losing requests (if all the users are 
using other JSP/classes and not the one I changed there will be no 
missed requests).

I tried the "Apache Tomcat Resources Manager Module" but it only lists 
Servlets resources. My application is Ibatis JPetstore that uses Struts 
and Beans and I want to reload individual beans.

I don't mind coding a bit and contributing this but I don't have enough 
knowledge to do this...


Is there any way to do this or anyone can help?



Thanks in advance,
  -- cifroes

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org