Jason Carreira schrieb:
Well, that code is really there for the case where you do have exploded
war files, you're editing them, and you want the changes to be picked
up...

Tell me, will each redeployment get its own classloader? I'm planning on
refactoring so that the configuration is not a singleton, but is instead
kept in a Map of classloader -> configuration...

I think that each redeployment will get a new classloader. This is because beside hotswap the vm does not support reloading classes. To provide a redeploy feature the servlet containers makes use of the fact that what makes as java class is really "classname + classloader".


-billy

--
Meisterbohne   Küfner, Mekle, Meier GbR       Tel: +49-731-399 499-0
   eLösungen   Söflinger Straße 100           Fax: +49-731-399 499-9
               89077 Ulm                 http://www.meisterbohne.de/


------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id70&alloc_id638&op=click _______________________________________________ Opensymphony-webwork mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/opensymphony-webwork

Reply via email to