|
|

|
 |
 |
 |
|
|
 |
| Novell Portal Services Overview and Gadget Development |
 |
| April 2003 |
 |
| DeveloperNet University Course |
 |
 |
| Reader Rating |
 |
|
 |
from ratings |
 |
|
 |
|
|
Installation of Apache Tomcat Redirector
- Download mod_jk redirector version 1.x (not 2.x) from: http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2
- Rename the mod_jk-[xyz].dll to mod_jk.dll, where [xyz] will be the specific version and build number.
- Copy all .dll files to the Apache modules directory, which is: <apache-install>/modues
- Open Apache configuration file, httpd.conf located at: <apache-install>/conf/httpd.comf
- At the end of the httpd.conf file, add the following: include <tomcat-install>/conf/jk/mod_jk.conf
- Open Tomcat configuration file, mod_jk.conf: <tomcat-install>/conf/jk/mod_jk.conf
- Specify the exact path to the "workers file." Change jkWorkersFile <fill-path-to>/workers.properties to JkWorkersFile <tomcat-install>/conf/jk/workers.properties
- Open Tomcat workers configuration file, workers.properties: <tomcat-install>/conf/jk/workers.properties
- In workers.properties, complete paths to:
This will allow you to specify each explicitly.
Verify Installation
To verifying your installation of Apache Tomcat Redirector, do the following:
- Restart Apache
- Restart Tomcat
- 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.
|
 |
 |
 |