# Installing the Tomcat connectors

1. Go to [http://apache.osuosl.org/tomcat/tomcatconnectors/jk/tomcat-connectors-1.2.41-src.tar.gz](http://apache.osuosl.org/tomcat/tomcat-connectors/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*).
2. 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
```

&#x20;3\. Build the binaries from the source.

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

&#x20; 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/
```
