Re: svn commit: r1202556 - in /tomcat/jk/trunk/native: README.txt TODO.txt apache-2.0/bldjk.qclsrc apache-2.0/bldjk54.qclsrc build.xml netscape/Makefile.linux

2011-11-16 Thread Mladen Truk
On 11/16/2011 10:05 AM, Konstantin Kolinko wrote: 2011/11/16: I do not 100% understand this file, but it looks like it can be replaced it with JK_OBJECTS. Good catch. Fixed. Cheers -- ^TM - To unsubscribe, e-mail: dev-unsu

Re: svn commit: r1202058 - in /tomcat/trunk/bin: catalina.bat catalina.sh configtest.sh digest.sh setclasspath.bat setclasspath.sh shutdown.sh startup.sh version.sh

2011-11-15 Thread Mladen Truk
On 11/15/2011 12:11 PM, Konstantin Kolinko wrote: It is useless to set executable bit on the files in source tree. They should not be run from there, but from build/bin. Does Ant preserve executable bit when copying the files? If you are building on unix or with cygwin's ant then yes. Anyho

Re: svn commit: r1202058 - in /tomcat/trunk/bin: catalina.bat catalina.sh configtest.sh digest.sh setclasspath.bat setclasspath.sh shutdown.sh startup.sh version.sh

2011-11-14 Thread Mladen Truk
On 11/15/2011 07:43 AM, William A. Rowe Jr. wrote: On 11/15/2011 12:37 AM, mt...@apache.org wrote: Author: mturk Date: Tue Nov 15 06:37:12 2011 New Revision: 1202058 URL: http://svn.apache.org/viewvc?rev=1202058&view=rev Log: Make sure .bat and .sh files have executable property set This coul

Re: Add daemon.sh to bin/ for both trunk and 7.0.x

2011-11-14 Thread Mladen Truk
On 10/29/2011 06:42 PM, Mladen Truk wrote: I propose we move that script from daemon to tomcat since it belongs here. Comments? No comments -> lazy consensus. I'll add daemon.sh both to 7.0.x and trunk and axe that file from next commons-daemon release (1.0.8) Regard

Re: svn commit: r1199192 - /tomcat/jk/trunk/native/common/jk_shm.c

2011-11-08 Thread Mladen Truk
On 11/08/2011 05:21 PM, Rainer Jung wrote: Hi Mladen, - -jk_shmem.size = JK_SHM_ALIGN(sizeof(jk_shm_header_t) + sz); - Tis removal was intentional? Nope :) Thanks -- ^TM - To unsubscribe, e-mail: dev-unsubscr...@tomc

Re: svn commit: r1196077 - /tomcat/jk/trunk/native/iis/jk_isapi_plugin.c

2011-11-02 Thread Mladen Truk
On 11/01/2011 06:48 PM, Konstantin Kolinko wrote: 2011/11/1: --- tomcat/jk/trunk/native/iis/jk_isapi_plugin.c (original) +++ tomcat/jk/trunk/native/iis/jk_isapi_plugin.c Tue Nov 1 16:07:10 2011 @@ -2817,6 +2816,8 @@ static BOOL initialize_extension(void) if (read_registry_init_data()) {

Re: svn commit: r1195434 - in /tomcat/jk/trunk/native/common: jk_pool.c jk_pool.h

2011-10-31 Thread Mladen Truk
On 10/31/2011 02:14 PM, Konstantin Kolinko wrote: 2011/10/31: There is a typo in *.h above: s/strdcat/strcat/ You are commenting old code mate :) This was changed in r1195439 and have no clue what was I thinking with 1195434. Cheers -- ^TM --

Re: svn commit: r1195363 - /tomcat/jk/trunk/native/iis/pcre/pcre.amd64

2011-10-31 Thread Mladen Truk
On 10/31/2011 09:25 AM, William A. Rowe Jr. wrote: On 10/31/2011 2:37 AM, mt...@apache.org wrote: --- tomcat/jk/trunk/native/iis/pcre/pcre.amd64 (original) +++ tomcat/jk/trunk/native/iis/pcre/pcre.amd64 Mon Oct 31 07:37:07 2011 @@ -66,7 +66,7 @@ LIB32_OBJS= \ $(LIB32_FLAGS) $(DEF_FLAGS) $(LI

Add daemon.sh to bin/ for both trunk and 7.0.x

2011-10-29 Thread Mladen Truk
Hi, As part of Commons daemon that we ship with tomcat there is example daemon launch script which users have started to use for running tomcat under jsvc. I propose we move that script from daemon to tomcat since it belongs here. The script can be found inside each tomcat distribution as bin/com

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Mladen Truk
On 10/27/2011 07:45 PM, Rainer Jung wrote: BTW, I plan to support IIS on XP+ which means dropping anything bellow IIS5.1 I'm OK with dropping support for IIS up until 5.0, e.g. up until Win 2000 including if that's what you plan. Starting support with XP / IIS 5.1 is fine IMHO. Haven't seen a

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Mladen Truk
On 10/27/2011 12:09 PM, Rainer Jung wrote: Hi everyone, I went through the open issues and there are many ISAPI issues, some of them might be easy to fix or implement. BTW, I plan to support IIS on XP+ which means dropping anything bellow IIS5.1 Regards -- ^TM

Re: Progress towards mod_jk 1.2.33

2011-10-27 Thread Mladen Truk
On 10/27/2011 12:09 PM, Rainer Jung wrote: Hi everyone, It would be nice if those of you who are more familiar with the ISAPI world could go through the open issues and see, where you could help. I'll take a look into those next week. Regards -- ^TM