Centos 6 Yum Install Mod_jk

Chad 2000 Refrigerator Software Programs here. Installing and configuring mod_jk. You can install apache and tomcat via yum if you are using Redhat/CentOS distro and if. Now its time to install mod_jk.

I don't have a RHL box handy, but could it just be 'mod_jk'?I don't think so. This is for a customer, to which I asked to install mod_jk on their RHEL6 system. The sysadmin just sent me a message asking what 'mod_jk' was, as he could not find it on the RedHat repository. I don't have a copy of RHEL6, that's why I'm asking. I only have Fedora 15 here, and yum search for mod_jk didn't result in anything useful.

However, after a bit of searching, I came up with the following links: So maybe it's in a different repository than the normal RedHat ones? It looks like the three of interest are: mod_jk-ap20-1.2.31-1.ep5.el4.x86_64.rpm mod_jk-debuginfo-1.2.31-1.ep5.el4.x86_64.rpm mod_jk-manual-1.2.31-1.ep5.el4.x86_64.rpm Adjust for your architecture (i386 or x86_64).

It looks like you have to subscribe to the JBoss Enterprise Web Server channel to get these RPMs. See: Hope this makes sense. /mde/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org. I don't have a RHL box handy, but could it just be 'mod_jk'?I don't think so. This is for a customer, to which I asked to install mod_jk on their RHEL6 system. The sysadmin just sent me a message asking what 'mod_jk' was, as he could not find it on the RedHat repository.

I don't have a copy of RHEL6, that's why I'm asking. I only have Fedora 15 here, and yum search for mod_jk didn't result in anything useful. However, after a bit of searching, I came up with the following links: So maybe it's in a different repository than the normal RedHat ones? It looks like the three of interest are: mod_jk-ap20-1.2.31-1.ep5.el4.x86_64.rpm mod_jk-debuginfo-1.2.31-1.ep5.el4.x86_64.rpm mod_jk-manual-1.2.31-1.ep5.el4.x86_64.rpm Adjust for your architecture (i386 or x86_64). It looks like you have to subscribe to the JBoss Enterprise Web Server channel to get these RPMs.

See: Hope this makes sense.Many thanks. I'll pass that over to the customer's sysadmin. Let's see if he finds anything based on that. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org. For both threads: Binary of mod_jk.so for Apache 2.2.x and mod_jk under RedHat? Here is apparently the deal with mod_jk and Redhat (quoted from my competent sysadmin): In the RedHat product 'Red Hat Enterprise Linux Server' (RHELS), there is no repository containing a pre-packaged mod_jk module. To obtain such a package, the client has to purchase the separate RedHat package 'JBoss Enterprise Web Server', which contains mod_jk.

He adds (and I do not understand what that means, but someone else might): 'JBoss Enterprise Web Server' is not a 'Channel' that can be added to RHELS.' I may comment on this later on, but for now, it seems that the alternatives for someone who for whatever reason wants/needs to stick with RHELS and the pre-packaged software that it contains, the alternatives to connect Apache and Tomcat are: - use mod_proxy and mod_proxy_ajp or - use mod_proxy and mod_proxy_http (which are part of Apache 2.x, which is available in RHELS) or purchase the additional RedHat product 'JBoss Enterprise Web Server', in which case you can also use the included mod_jk package. For someone who wants to stick with RHELS, does not want to buy the additional 'JBoss Enterprise Web Server', but can/is allowed to install other packages, an additional possibility is to use mod_jk, after compiling it from source. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org. Mark Eggers Andre, it doesn't surprise me that this channel is a paid for support channel.

Did anyone troll through the JBoss community pages to see if there is a mod_jk package? I don't know how sensitive your customer is to using community-supported software from JBoss / RedHat (if it exists). Chris, maybe a pointer on the following pages: to a Wiki page detailing third party compiled binaries?