On Thu, 19 Jul 2001, John Baker wrote: > Hello. > > If I write a class and use it in a jsp page, then change the class, I have to > restart tomcat. Is there any way I can get around this, ie tell tomcat to > reload the class (and forget about the cached loaded copy I expect it has). Nope. Class reloading is flaky at best, and only works for servlets defined in the web.xml file. For JSP support classes, you have to restart tomcat. Been there, done that, got the T-Shirt. Sorry! Will
- Class reloading sean . hammon
- Class reloading John Baker
- RE: Class reloading Will England
- RE: Class reloading Paul Foxton
- Tomcat cache Laroche Eric
- Re: Class reloading Endre Stølsvik
- Re: Class reloading Alex Fernández
- RE: Class reloading Reynir Hübner
- Re: Class reloading John Baker
- Re: Class reloading Bo Xu
- Re: Class reloading Craig R. McClanahan
- Re: Class reloading Bo Xu
- Re: Class reloading Craig R. McClanahan