RE: ThreadLocals, context listeners and classloader leaks

2012-01-26 Thread Patric Rufflar
Am 26.01.2012 16:59, schrieb Caldarale, Charles R: No; again, a ThreadLocal is _not_ inherited, but an InheritableThreadLocal is. These are different animals. 1. A InheritableThreadLocal is (extends) a ThreadLocal. 2. Surprise: A InheritableThreadLocal is _not_ used for the Thread.inheritable

RE: ThreadLocals, context listeners and classloader leaks

2012-01-26 Thread Patric Rufflar
rogramming silliness" in 3rd-party code will be fixed? (BTW, Log4j is one of those buggy libraries - see https://issues.apache.org/bugzilla/show_bug.cgi?id=50486 for details) - Patric Am 26.01.2012 15:50, schrieb Caldarale, Charles R: From: Patric Rufflar [mailto:pat...@rufflar.com] Subj

ThreadLocals, context listeners and classloader leaks

2012-01-26 Thread Patric Rufflar
option)? c) Wouldn't it be better to create an individual thread for (each) context initializer to avoid these kind of problems? Thanks you very much in advance. - Patric - To unsubscribe, e-mail: user

RE: Environment parameter overriding

2011-01-12 Thread patric
Post your setting for the webapp of interest. (And if you've put the in server.xml as your first message implied, you've already made the first mistake.) The tomcat administration interface did this. Thank you Patric

Re: Environment parameter overriding

2011-01-12 Thread patric
I've tested it with Tomcat 5.5.31, 5.5.25 and 6.0.29 Zitat von Mark Thomas : On 12/01/2011 14:27, pat...@rufflar.com wrote: Particularly override Unfortunately not. The override setting does not seem to have any effect, I tried all 3 values (true, false and to rely on the default) Exact Tom

Re: Environment parameter overriding

2011-01-12 Thread patric
Particularly override Unfortunately not. The override setting does not seem to have any effect, I tried all 3 values (true, false and to rely on the default) Zitat von Mark Thomas : On 12/01/2011 09:37, pat...@rufflar.com wrote: Hi, I've got a question regarding enviroment parameters: Im

Environment parameter overriding

2011-01-12 Thread patric
env/myParameter"); I can reproduce this behaviour in tomcat 5.5 and tomcat 6.0. Who can help me? Thank you for your help and best regards, Patric - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additi