On Wed, Apr 18, 2012 at 5:07 PM, Mladen Turk <mt...@apache.org> wrote:
> On 04/18/2012 02:00 PM, chris derham wrote: > >> All, >> >> Our setup has apache tomcat running behind apache httpd using mod_jk. I >> would like to upgrade to apache 2.4, but for this I need to find a 64bit >> mod_jk release for httpd 2.4. The binaries contained at >> http://tomcat.apache.org/**download-connectors.cgi<http://tomcat.apache.org/download-connectors.cgi>32 >> bit httpd connectors, >> or a 64bit iis one. >> >> > Why would you need a 64-bit httpd at the first place > especially on windows. > Can't help feel that I am falling into a trap here, but if we have a windows 64 bit os, using 64 bit jvm and 64 bit tomcat, are you suggesting that it would be better to use a 32 bit httpd and mod_jk? > > Anyhow, building should be easy if you have 64-bit windows dev httpd. > > Open Vstudio command prompt for 64-bit development > (You should have a shortcut for that) > > > cd where-ever-you-unzip\tomcat-**connectors-1.2.35-src\native\** > apache-2.0 > > nmake -f Makefile.vc ARCH=AMD64 APACHE24_HOME=C:\httpd-2.4.2 > > Worked perfectly. Thank you. Would you think that it is a good idea to add this text to a new section in building.txt? I can supply the patch to the documentation if you concur, just not sure if this should go into a new file or an addendum to the existing one I see that the binary releases that are available are signed by you. So perhaps I could ask why there isn't a 64 bit mod_jk included? I assume the answer will relate to your response to the above question Thanks for your help Chris