atom feed9 messages in org.apache.tomcat.devRe: Updated procrun binaries
FromSent OnAttachments
Mladen TurkMay 29, 2009 4:16 am 
Konstantin KolinkoMay 29, 2009 5:39 am 
Mladen TurkMay 29, 2009 6:33 am 
William A. Rowe, Jr.May 29, 2009 6:59 am 
Mladen TurkMay 29, 2009 7:09 am 
Konstantin KolinkoJun 12, 2009 11:14 am 
Mladen TurkJun 12, 2009 11:51 am 
William A. Rowe, Jr.Jun 12, 2009 12:44 pm 
Mladen TurkJun 12, 2009 12:54 pm 
Subject:Re: Updated procrun binaries
From:Konstantin Kolinko (knst@gmail.com)
Date:May 29, 2009 5:39:50 am
List:org.apache.tomcat.dev

2009/5/29 Mladen Turk <mtu@apache.org>:

Hi,

As you could see from the SVN log I've updated procrun binaries to 2.0.5 version (Tagged as COMMONS_DAEMON_2_0_5 in commons)

It contains a fix that might help XP/SP1 and later using Java6 on systems that do not have msvcrt71.dll in the PATH (Something Sun refuses to fix) by using the SetDllDirectory API. (Like mentioned present on XP with SP1 and later).

Good.

Also I've removed the 64-bit GUI (tomcat(X)w.exe) because the 32-bit version can manage both 32 and 64 bit tomcat(X).exe

Now, IIRC Mark enabled .zip release so it'll contain both 32 and 64 bit binaries from 6.0.21 and later?

Yes, he did. It is already applied to trunk and tc6.0: http://svn.apache.org/viewvc?view=rev&revision=777624 http://svn.apache.org/viewvc?view=rev&revision=770876 and proposed for 5.5 (see STATUS).

Your removal of 64-bit GUI files broke the build scripts there. Thought it will be easy to fix.

If not we should really make some more user friendly link on the download section so those files can be picked up for 64-bit JVM users.

Regards