Configuring the setup

  1. Update the /ua1001/cloudio/apache/conf/httpd.conf file with the mod_jk connector module information.

LoadModule jk_module modules/mod_jk.so
JkWorkersFile conf/workers.properties
JkLogFile logs/jk.log
JkLogLevel error
JkMount /* router
JkMount /jk_status status

2. If the platform version is 2.4 Fusion, update the httpd.conf file for code compression at worker level.

<IfModule mod_mime.c>
AddType application/javascript .js
AddType text/css .css
</IfModule>
<IfModule mod_deflate.c>
AddOutputFilterByType DEFLATE text/css text/html text/plain text/xml application/javascript
<IfModule mod_setenvif.c>
BrowserMatch ^Mozilla/4 gzip-only-text/html
BrowserMatch ^Mozilla/4\.0[678] no-gzip
BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
</IfModule>
<IfModule mod_headers.c>
Header append Vary User-Agent env=!dont-vary
</IfModule>
</IfModule>

3. Create /ua1001/cloudio/apache/conf/workers.properties file with the content listed below

4. Start all the Tomcat instances using the following commands:

5. Start the Apache server using the following command:

6. While the Tomcat instances are running, open the console and confirm access to the CloudIO application.

Last updated

Was this helpful?