Re: what *really* happens when you reload or stop/start a webapp?

2004-01-02 Thread Jeff Barrett
No, this is just an example. What I'd like to know is if stop/start or reload has the same effect on a webapp as actually shutting down tomcat and starting it back up. +jeff QM wrote: : would everything get dumped and reset -- would that static variable go : back to it's original state when

RE: what *really* happens when you reload or stop/start a webapp?

2003-12-30 Thread Schalk
I am pretty sure everything will return to default unless some save was committed but, someone else may give a more detailed explanation. Kind Regards Schalk Neethling Web Developer.Designer.Programmer.CEO Volume4.Development.Multimedia.Branding emotionalize.conceptualize.visualize.realize Tel:

Re: what *really* happens when you reload or stop/start a webapp?

2003-12-30 Thread QM
: would everything get dumped and reset -- would that static variable go : back to it's original state when the class file is first loaded? : : I should probably be asking a more specific question about classloaders : and sandboxes and whatnot, but I'm not sure how this stuff works in : tomcat