dynamical class loading

2005-10-12 Thread dumbQuestionsAsker _
can somone give me an information? I want to know if it is possible to past and load classes into web-inf/classes path without beeing forced to reload the whole webapp ? _ 10 Mo pour vos pièces jointes avec MSN Hotmail !

RE: dynamical class loading

2005-10-12 Thread Allistair Crossley
2005 09:11 To: tomcat-user@jakarta.apache.org Subject: dynamical class loading can somone give me an information? I want to know if it is possible to past and load classes into web-inf/classes path without beeing forced to reload the whole webapp

RE: dynamical class loading

2005-10-12 Thread dumbQuestionsAsker _
List tomcat-user@jakarta.apache.org Subject: RE: dynamical class loading Date: Wed, 12 Oct 2005 09:16:12 +0100 this is a complex answer that *probably* only the Tomcat devs can answer of someone knowledgable about the JVM and class loaders, so don't expect too many users to answer. i believe

Re: dynamical class loading

2005-10-12 Thread David Delbecq
Hi, I used dynamic class reloading on a commercial J2EE server and, believe me, it brings far more problems than it solves. First, when you dynamically reload a class here is what can happen: webapp start under classloader instance x webapp instanciate class A and store in session

RE: dynamical class loading

2005-10-12 Thread Allistair Crossley
Thrust me, when dynamically classloading, half of code breaks ^^ *rotfl* this has made my afternoon FONT SIZE=1 FACE=VERDANA,ARIAL COLOR=BLUE --- QAS Ltd. Registered in England: No 2582055 Registered in Australia: No 082 851 474

Re: dynamical class loading

2005-10-12 Thread David Delbecq
Allistair Crossley a écrit : Thrust me, when dynamically classloading, half of code breaks ^^ *rotfl* this has made my afternoon Nice one indeed :D - To unsubscribe, e-mail: [EMAIL PROTECTED] For