Installing the Tomcat connectors
Go to http://apache.osuosl.org/tomcat/tomcatconnectors/jk/tomcat-connectors-1.2.41-src.tar.gz > http://tomcat.apache.org/download-connectors.cgi and download the Tomcat connectors (tomcat-connectors-1.2.41-src.tar.gz).
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
Was this helpful?