Tomcat6 can't see tcnative-1.dll on win7-64 bit

2010-04-19 Thread Ake Tangkananond
Hello, I have been struggling with the APR Tomcat 6 on my Windows 7 64-bit for few hours. I can't make the native lib loaded. Can I have advise where I could start investigating the problem ? Here is the info #1 I use - Tomcat 6.0.26 - Tomcat Native 1.1.20 #2 C:\Program Files\Apache Software Fo

Tomcat thread model

2009-12-17 Thread Ake Tangkananond
Hello, I am finding a way to keep a variable in a request scope. I feel it is cumbersome to put that into request variable and pass it through multiple objects. So, I think I will make it accessible through a static class variable. I wonder if I can put it into a static ThreadLocal variable in a c