RE: reload when class file is updated

2006-01-20 Thread Caldarale, Charles R
> From: Scott Purcell [mailto:[EMAIL PROTECTED] > Subject: reload when class file is updated > > I gave you the history above, because maybe having > different context entries is screwing things up. Definitely don't want to have the specified in more than one place; can res

reload when class file is updated

2006-01-20 Thread Scott Purcell
Hello, I am working on a webapp that was originally a war file. The war extracted to abc context. Some background: The war file when deflated (automatically) created a /abct/META-INF/context.xml and inside had the abc context information. I added reloadable=true like so there inside the M