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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET 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?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
