> For the complete documentation index, see [llms.txt](https://docs.cloudio.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudio.io/setting-up-the-cloudio-platform/platform-installation/setting-up-the-worker-apache-cluster/setting-up-the-essentials-as-a-non-root-user/installing-the-tomcat-connectors.md).

# 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/
```
