Yes

But I wish to package the binaries with my application to distribute them to my 
partners.
I was hoping I could find binaries for all environments (it will take me some 
time to build them on each possible environment), like apache was doing with 
previous releases (for instance 1.2.31).
Has apache completely stopped distributing linux binaries since 1.2.32 ? Or 
will they be available later ?

Thanks



-----Message d'origine-----
De : Rainer Jung [mailto:rainer.j...@kippdata.de] 
Envoyé : vendredi 6 janvier 2012 11:19
À : Tomcat Users List
Objet : Re: mod_jk linux binaries

On 06.01.2012 11:01, Leon Kolchinsky wrote:
> Yes there is -
> http://apache.mirror.aussiehq.net.au//tomcat/tomcat-connectors/jk/tomcat-connectors-1.2.32-src.tar.gz

These are the sources. For 1.2.32 there are indeed not binaries for 
Linux available. Building is simple and ensures compatibility with your 
Apache Webserver binary.

Regards,

Rainer

> Check out this page -  http://tomcat.apache.org/download-connectors.cgi
>
> Cheers,
> Leon Kolchinsky
>
>
>
> On Fri, Jan 6, 2012 at 20:54, Olivier MENUEL<omen...@vdocsoftware.com>wrote:
>
>> Ok
>> Thank you very much
>>
>> I was hoping I could find already compiled binaries (there are the 1.2.31
>> in the archives, but not the 1.2.32).
>> I'll do that.
>>
>> Thanks
>>
>>
>> -----Message d'origine-----
>> De : Leon Kolchinsky [mailto:lkolc...@gmail.com]
>> Envoyé : vendredi 6 janvier 2012 10:45
>> À : Tomcat Users List
>> Objet : Re: mod_jk linux binaries
>>
>> Hi,
>>
>> You can compile mod_jk and it's pretty straight forward (please use latest
>> source, mine is just an example):
>> 1.
>> # yum install httpd httpd-devel gcc gcc-c++
>>
>> 2.
>> Go to http://tomcat.apache.org/download-connectors.cgi and download the
>> source code:
>> # wget
>>
>> http://apache.mirror.aussiehq.net.au//tomcat/tomcat-connectors/jk/source/jk-1.2.31/tomcat-connectors-1.2.31-src.tar.gz
>> 3.
>> # tar -xvzf tomcat-connectors-1.2.31-src.tar.gz
>>
>> Read docs/webserver_howto/apache.html or native/BUILDING.txt for options.
>>
>> # cd tomcat-connectors-1.2.31-src/native/
>> # which apxs
>> # ./configure --with-apxs=/usr/sbin/apxs --enable-api-compatibility
>> # make
>> # make install
>>
>> Cheers,
>> Leon Kolchinsky
>>
>>
>>
>> On Fri, Jan 6, 2012 at 20:35, Olivier MENUEL<omen...@vdocsoftware.com
>>> wrote:
>>
>>> Hi,
>>>
>>> Where can I find binaries for mod_jk 1.2.32 for linux httpd 2.2 ?
>>> I can find only windows/netware...
>>>
>>> Thanks

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to