Re: [VOTE] Release jdbc-pool 1.1.0.1

2011-03-09 Thread Eiji Takahashi
Hi developers. I encountered the same issue, too. I got following exception. - java.lang.NullPointerException at org.apache.tomcat.jdbc.pool.interceptor.StatementCache$CachedStatement.closeInvoked(StatementCache.java:224) at

Re: svn commit: r701754 - in /tomcat/connectors/trunk/jk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2008-10-06 Thread Eiji Takahashi
Hi. I think that retry_interval can be set also with LB. Is it correct? +directive name=retry_interval workers=AJP,SUB default=100 required=false regards. On Sun, Oct 5, 2008 at 4:05 PM, [EMAIL PROTECTED] wrote: Author: mturk Date: Sun Oct 5 00:05:51 2008 New Revision: 701754 URL:

Re: svn commit: r701754 - in /tomcat/connectors/trunk/jk: native/common/ xdocs/miscellaneous/ xdocs/reference/

2008-10-06 Thread Eiji Takahashi
On Mon, Oct 6, 2008 at 4:56 PM, Mladen Turk [EMAIL PROTECTED] wrote: Eiji Takahashi wrote: Hi. I think that retry_interval can be set also with LB. Is it correct? +directive name=retry_interval workers=AJP,SUB default=100 required=false Sure, it's a work in progress. Thanks

[Tips] Timezone name problem on Japanese Windows (Re: svn commit: r608454 - in /tomcat/connectors/trunk/jk: native/common/jk_status.c xdocs/miscellaneous/changelog.xml)

2008-02-07 Thread Eiji Takahashi
Hi The problem occurred by displaying status worker, when mod_jk-1.2.27-dev running on Japanese Windows. IMHO, it seems that not only Japanese version Windows but also this problem occurs by Windows that uses multibyte character. When system environment variable TZ is not set, strftime returns a

[patch] support IPv6 with mod_jk

2007-11-26 Thread Eiji Takahashi
Dear developers. I made the mod_jk patch to support ipv6 between mod_jk and Tomcat. The detection of getaddrinfo() and implementation of jk_resolve() referred to APR. This patch was tested in the following environments (Do not compile in other OS's). 1.RHEL4/5 with Apache 2.x Link-Local address