Re: Memory leak from threadlocal for hot deployment

2008-10-17 Thread Noble Paul നോബിള്‍ नोब्ळ्
16, 2008 at 2:04 PM, Leon Rosenberg [EMAIL PROTECTED] wrote: Err, why can't you reset the object after usage or at next redeploy? Leon On Thu, Oct 16, 2008 at 7:26 AM, Noble Paul നോബിള്‍ नोब्ळ् [EMAIL PROTECTED] wrote: If I store an application object in ThreadLocal and do hot deployment

Memory leak from threadlocal for hot deployment

2008-10-15 Thread Noble Paul നോബിള്‍ नोब्ळ्
If I store an application object in ThreadLocal and do hot deployment it prevents the old classloader from getting GCed . Why can't Tomcat refresh it's threadpool after every app restart? --Noble - To start a new topic, e-mail:

Re: Deploying an app from remote url (tomcat manager)

2008-09-07 Thread Noble Paul നോബിള്‍ नोब्ळ्
the final '/' is a typo On Fri, Sep 5, 2008 at 7:57 PM, Mark Thomas [EMAIL PROTECTED] wrote: Noble Paul നോബിള്‍ नोब्ळ् wrote: hi , I tried the to deploy a war from an http url I tried the following syntax jar:http://hostname:port/path/to/a/warfile.war! I haven't got a system handy

Deploying an app from remote url (tomcat manager)

2008-09-05 Thread Noble Paul നോബിള്‍ नोब्ळ्
hi , I tried the to deploy a war from an http url I tried the following syntax jar:http://hostname:port/path/to/a/warfile.war! as given in the javadocs for ManagerServlet It throws the following exception on console java.io.IOException: The filename, directory name, or volume label syntax is