> developer > dnu > courses > portal overview page 12
Novell Portal Services Overview and Gadget Development
April 2003
DeveloperNet University Course
Reader Rating    from ratings rate this article
View an eBook Version of this course - LARGE FILE! Send this page to a friend

Installation of Apache Tomcat Redirector

  1. Download mod_jk redirector version 1.x (not 2.x) from: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2

  2. Rename the mod_jk-[xyz].dll to mod_jk.dll, where [xyz] will be the specific version and build number.

  3. Copy all .dll files to the Apache modules directory, which is: <apache-install>/modues

  4. Open Apache configuration file, httpd.conf located at: <apache-install>/conf/httpd.comf

  5. At the end of the httpd.conf file, add the following: include <tomcat-install>/conf/jk/mod_jk.conf

  6. Open Tomcat configuration file, mod_jk.conf: <tomcat-install>/conf/jk/mod_jk.conf

  7. Specify the exact path to the "workers file." Change jkWorkersFile <fill-path-to>/workers.properties to JkWorkersFile <tomcat-install>/conf/jk/workers.properties

  8. Open Tomcat workers configuration file, workers.properties: <tomcat-install>/conf/jk/workers.properties

  9. In workers.properties, complete paths to:

  • java_home

  • tomcat_home

This will allow you to specify each explicitly.

Verify Installation

To verifying your installation of Apache Tomcat Redirector, do the following:

  1. Restart Apache

  2. Restart Tomcat

  3. Browse to: http://127.0.0.1/examples/jsp/snp/snoop.jsp or http://localhost:8080/exampl.es/jsp/snp/snoop.jsp

You will get a screen entitled "Request Information," followed by a lot of information.

Previous Contents Next
download sample file