I have these instruction for apache1.3.20/tomcat3.2.3/win2k. I don't know about your env. Hope this can be atlease a reference..
Download and copy mod_jk.dll into the modules folder in the Apache installation folder Start Tomcat and a file with the name mod_jk.conf-auto will be created by the Tomcat in the folder TOMCAT_HOME\conf Now open httpd.conf in the conf folder inside the Apache installation folder and enter the following line at the end Include "C:/jakarta-tomcat-3.2.3/conf/mod_jk.conf-auto" (As we assumed that Tomcat installation directory is C:\jakarta-tomcat-3.2.3, replace with appropriate, if different) Now start the Apache and the in the console we can see the message "Apache/1.3.20 (Win32) mod_jk running..." indicating the success of integration We can test the working of the integration by placing a sample jsp file(say test.jsp) in TOMCAT_HOME\webapps\examples, open a browser and enter http://localhost/examples/<somefile>.jsp in the address box -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
