Friday, September 4, 2009

JK Module with Apache 2.2.xx

JK Module with Apache 2.2.xx

1. Download mod_jk from http://jakarta.apache.org/site/downloads/downloads_tomcat-connectors.cgi
2. Extract the downloaded source file in temp folder ( tar -zxvf jakarta-tomcat-connectors-xxx-src.tar.gz).
3. mv jakarta-tomcat-connectors-xxx-src connectors
4. cd connectors/jk/native
5. ./configure --with-apxs=/usr/local/apache2.2.3/bin/apxs --with-java_home=/usr/lib/java/
6. make && make install
7./libtool --finish /usr/local/apache2.2.3/modules

1 Comments:

At September 9, 2009 at 4:12 AM , Blogger MMB said...

Hi vinoth,

--with-java-home is a depreciated argument, is likely to be removed in future releases of mod_jk, this is as per tomcat connector official site.

 

Post a Comment

Subscribe to Post Comments [Atom]

<< Home