Installing the Tomcat connectors

  1. Unzip the file in the stage location.

gunzip –d tomcat-connectors-1.2.41-src.tar.gz
tar xvf tomcat-connectors-1.2.41-src.tar
cd tomcat-connectors-1.2.41-src/native

3. Build the binaries from the source.

./configure -with-apxs=/usr/sbin/apxs
make
make install

4. Copy mod_jk.so file from tomcat-connectors-1.2.41-src/native/apache-2.0 directory to /ua1001/cloudio/apache/modules/ directory.

cp tomcat-connectors-1.2.41-src/native/apache-2.0/mod_jk.so /ua1001/cloudio/apache/modules/

Last updated