Re: [users@httpd] Query on Apache Webserver Server

2015-05-23 Thread Erik Person
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:

Re: [users@httpd] Query on Apache Webserver Server

2015-05-23 Thread Rajesh Cherukuri
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