RE: Refreshing tomcat webapp class loader

2006-11-26 Thread asaf.lahav
Can you please give me some more pointers about this (Documentation, samples, etc...)? -Original Message- From: Leon Rosenberg [mailto:[EMAIL PROTECTED] Sent: Friday, November 24, 2006 11:10 AM To: Tomcat Users List Subject: Re: Refreshing tomcat webapp class loader you can write your

Re: Refreshing tomcat webapp class loader

2006-11-24 Thread Leon Rosenberg
main webapp class loader at runtime? -Original Message- From: Vasilis Katsoulis [mailto:[EMAIL PROTECTED] Sent: Thursday, November 23, 2006 5:24 PM To: Tomcat Users List Subject: Re: Refreshing tomcat webapp class loader If you are replacing jars, you should trigger a reload of the whole w

RE: Refreshing tomcat webapp class loader

2006-11-23 Thread asaf.lahav
Users List Subject: Re: Refreshing tomcat webapp class loader If you are replacing jars, you should trigger a reload of the whole web-app. You can easily do this by redeploying its war file containing the new jars, or do a unix "touch" of its context file, or reload it from the ma

Re: Refreshing tomcat webapp class loader

2006-11-23 Thread Vasilis Katsoulis
If you are replacing jars, you should trigger a reload of the whole web-app. You can easily do this by redeploying its war file containing the new jars, or do a unix "touch" of its context file, or reload it from the manager. vasilis asaf.lahav wrote: Is it possible to refresh a webapp cla