The following steps, and attached files, were first posted by Mladen Turk. I modified those steps slightly. Actually, they didn't work completely until I tried it with Tomcat 4.1.8. I'm using JDK 1.3.1.
0. Install Java 1.3 1. Download jakarta-tomcat-4.1.8.exe from http://jakarta.apache.org/builds/jakarta-tomcat-4.0/test/v4.1.8/bin/ and install into c:\tomcat. 2. Set the TOMCAT_HOME (c:\tomcat) as system environment variable and reboot. 3. Install Apache 2.0.39 into c:\apache2. 4. Download mod_jk2.dll from http://jakarta.apache.org/builds/jakarta-tomcat-connectors/jk2/nightly/win32 / 5. Copy mod_jk2.dll to c:\apache2\modules. 6. Add the following line to the c:\apache2\conf\httpd.conf file: LoadModule jk2_module modules/mod_jk2.dll 7. Copy the attached workers2.proterties to c:\apache2\conf (change the paths accordingly). 8. Copy the attached jk2.properties and to c:\tomcat\conf (change the paths accordingly). 9. Run Apache (It will start the tomcat inprocess) 10. Report any bugs (will be appreciated) <<workers2.properties>> <<jk2.properties>>
workers2.properties
Description: Binary data
jk2.properties
Description: Binary data
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
