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 i
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
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 Serve