Re: Patching a jar in a wepabb

2011-11-23 Thread Yuan
Can u compile all patches into one jar file? On 2011-11-23, at 12:41 PM, "Andrew Kujtan" wrote: Hello Tomcat-users, I'm running Tomcat 7.0.20. My webapp uses several 3rd party jars located in WEB-INF/lib and I need to apply a series of patches to one of the jars. The patches are jar f

Re: tomcat 5.5 ------ log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.

2011-06-20 Thread WEIQUAN YUAN
ging.apache.org/log4j/ No, I didn't try to put in this question to log4j mailing list. On Mon, Jun 20, 2011 at 9:58 AM, Konstantin Kolinko wrote: > 2011/6/20 WEIQUAN YUAN : >> I can run without problem locally for app testPhoenix in eclipse >> server, but when deploy to linux bo

tomcat 5.5 ------ log4j:ERROR LogMananger.repositorySelector was null likely due to error in class reloading, using NOPLoggerRepository.

2011-06-20 Thread WEIQUAN YUAN
I can run without problem locally for app testPhoenix in eclipse server, but when deploy to linux box, I got error like below 20-Jun-2011 9:19:24 AM org.apache.catalina.core.StandardContext start SEVERE: Error listenerStart 20-Jun-2011 9:19:24 AM org.apache.catalina.core.StandardContext start SEV

question for tomcat manager remote deployment

2011-04-05 Thread WEIQUAN YUAN
hi, I am just wondering if tomcat manager support remote deployment outside of webapps? I would like to use margo maven plugin to remote deploy application outside of webapps, but cargo delegate this mission to tomcat manager, so I I am just wondering if tomcat manager support remote deployment out

Threads blocked by HttpServletRequest#getAttribute("javax.servlet.request.X509Certificate") on Tomcat 6.0.10 with OpenJDK 1.6.0

2010-10-22 Thread Yong Yuan
Hello, I have an application that calls request.getAttribute("javax.servlet.request.X509Certificate") to get a HTTP request's peer certificates. It turned out, unfortunately, this call would cause large number of threads to block. Looking at thread dumps, I noticed that most of the threads were blo