Re: [VOTE] JK 1.2.15

2005-09-29 Thread Tim Whittington
Built and tested on Win XP. Please vote: [x ] Stable -- good build [ ] Alpha -- something serious is wrong: what is it? Regards, - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: isapi_redirect expert?

2005-09-27 Thread Tim Whittington
If it's undocumented behaviour or it's a clear gap in the documentation (i.e a doc bug) then it might be appropriate here. Otherwise, send them through to me and I'll see if I can help. tim David Thielen wrote: Hi; I understand it is a big no-no to ask user questions on this list. But I

Re: JK 1.2.15 Release plan?

2005-09-26 Thread Tim Whittington
+1 Changes to the ISAPI Redirector are pretty minor (and well tested in my tree). Mladen Turk wrote: Yoav Shapira wrote: Hi, I'd wait a couple of days and then have a vote. During those days we should actively encourage users to download and test it. Make release announcements, etc.

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-09-21 Thread Tim Whittington
Sorted. William A. Rowe, Jr. wrote: Ack - there was a lingering #ifdef JK_NEED_... which should have been an #if JK_NEED_... - this is fixed in cvs, please retry and thanks for the detailed report! Bill Tim Whittington wrote: Confused me too. Error message is listed below. [exec

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-09-20 Thread Tim Whittington
This breaks the build on Windows using Microsoft Visual C++ Toolkit 2003 (at least). It seems #define FOO 0 on WIN32 is still defined according to #ifdef Changing # define JK_NEED_SET_MUTEX_PERMS 0 to # undef JK_NEED_SET_MUTEX_PERMS fixes the problem tim [EMAIL PROTECTED] wrote: wrowe

Re: cvs commit: jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c

2005-09-20 Thread Tim Whittington
LNK1104: cannot open file 'MSVCRT.lib' [exec] NMAKE : fatal error U1077: 'link.exe' : return code '0x450' [exec] Stop. William A. Rowe, Jr. wrote: Tim Whittington wrote: This breaks the build on Windows using Microsoft Visual C++ Toolkit 2003 (at least). It seems #define FOO 0

RE: cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml

2005-09-14 Thread Tim Whittington
13/09/2005 01:46 To: [EMAIL PROTECTED] Subject: cvs commit: jakarta-tomcat-connectors/jk/xdocs changelog.xml mturk 2005/09/12 06:46:01 Modified:jk/native/iis jk_isapi_plugin.c jk/xdocs changelog.xml Log: Fix #35298. Patch provided by Tim Whittington. Revision

mod_jk 1.3 plans

2005-06-20 Thread Tim Whittington
Hi all What are the future plans for mod_jk 1.2 and 1.3? We're currently maintaining a few patches of the IIS connector against the 1.2 version (that I've submitted for inclusion) - I'd much rather be building off jakarta than our own branch. Mladen has indicated that they won't make it into

[PATCH] jakarta-tomcat-connectors Chunked transfer encoding for IIS

2005-06-08 Thread Tim Whittington
] * + * Author: Tim Whittington [EMAIL PROTECTED] * * Version: $Revision: 1.49 $ * ***/ @@ -69,6 +70,15 @@ #define

[PATCH] jtc jk_nt_service set service properties on install

2002-03-12 Thread Tim Whittington
Attached is a patch to the jtc jk_nt_service.c to allow service properties to be supplied as arguments on the command line when the service is installed. Most of this is a merge from the tomcat 3.3 tree, with the addition of allowing the service description to be set. -- tim

[PATCH]: Multiple Tomcat 3.2 ISAPI redirectors on the one machine

2001-09-09 Thread Tim Whittington
following the guidelines at http://jakarta.apache.org/site/source.html.. Basically: * cvs diff -u * As an attached file not inline * follow the same code conventions used by the patched code . Saludos , Ignacio J. Ortega -Mensaje original- De: Tim Whittington [mailto

PATCH: Multiple Tomcat 3.2 ISAPI redirectors on the one machine

2001-09-06 Thread Tim Whittington
Afternoon tomcat-dev (It's late afternoon down here in New Zealand) We have multiple applications that use the IIS ASAPI redirector to talk to Tomcat instances. They all get installed separately and its a pain in the arse to find the worker and worker mount files and merge in your settings