0. Install Java 1.4
1. Install Tomcat 4.1.7 (like c:\tomcat4.1.7)
2. set the TOMCAT_HOME as system environment variable and reboot
3. Install Apache (2.0.39 min at somewhere like c:\apache2)
4. Build jk2 from cvs (current builds wont work)
5. copy tomcat-jni.jar to c:\tomcat4.1.7\bin
6. copy tomcat-jk2.jar to c:\tomcat4.1.7\server\lib
7. copy mod_jk2.dll to c:\apache2\modules
8. Find the directive ServerRoot "c:/apache2" in the httpd.conf and move
it before any LoadModule directive 
9. Add the following to the httpd.conf
        LoadModule jk2_module  modules/mod_jk2.dll
10. Use the attached workers2.proterties that has to be in the
c:\apache2\conf (change the paths accordingly)
11. Use the attached jk2.properties and save to the c:\tomcat4.1.7\conf
directory (change the paths accordingly).
12. Run Apache (It will start the tomcat inprocess)
13. Report any bugs (will be appreciated)


MT.

Attachment: workers2.properties
Description: Binary data

Attachment: jk2.properties
Description: Binary data

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to