Hi

Below are he steps i did , which works for me

Install mod_jk connector
 Now Apache httpd server is ready. we need to add ajp support to server.
download the mod_jk connector module from . extract it and install it
cd native
./configure    --with-apxs=/usr/local/apache/bin/apxs
make
sudo make install
here  --with-apxs option to specify where apxs module is located. so we
need to give Apache httpd server location.
now mod_jk.so files is created on modules directory in apache installed
location (/usr/local/apache/modules)

Configure mod_jk connector
This step have 2 sub step

      Create workers.properties file
       Load and configure the JK connector module in apache httpd.conf file


On Sat, May 23, 2015 at 1:16 PM, Erik Person <erik.person...@gmail.com>
wrote:

> Hi!
> Main page for mod_jk/ tomcat connectors - which is the same module which
> you use for connecting to JBOSS:
> http://tomcat.apache.org/connectors-doc/
> Here you will find links to binary directories for each mod:jk version.
> The httpd-named files will of course be the apache versions, example:
> tomcat-connectors-1.2.40-windows-x86_64-httpd-2.4.x.zip
> <http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/windows/tomcat-connectors-1.2.40-windows-x86_64-httpd-2.4.x.zip>
>
>
> -Erik Person
>
>
> On 21 May 2015 at 10:27, Jauhari, Sachin <sachin.jauh...@fiserv.com>
> wrote:
>
>> Hi,
>>
>>
>>
>> I want to use *Apache Webserver* with *mod_jk* module for HTTP load
>> balancing with JBoss application server.
>>
>>
>>
>> However, Apache HTTP Server Project itself does not provide binary
>> releases of software for Windows, only source code is available. The option
>> is either to compile the Apache HTTP Server, else download a binary package
>> from numerous binary distributions available on the Internet.
>>
>>
>>
>> Could anyone suggest if this combination can be recommended for use in
>> the customers in production system ?  Will this have any security
>> risk/concerns since Apache is open source tool and application binaries
>> either need to be compiled/downloaded?
>>
>>
>>
>> Thanks for the help.
>>
>>
>>
>> Regards,
>>
>> Sachin Jauhari
>>
>>
>>
>>
>>
>
>

Reply via email to