This seems to be a very common issue, however, I have to submit is again because I am unable to get things to work properly. I have read all the documentation that I can find, but, end up more confused than when I started. So, here goes.
Everything is running on a Win2K machine with plenty of memory and disk and most of the latest patches. I have successfully installed Apache 2.0.43 and it is running OK. I services my static web pages successfully and also services PHP requests. I have installed Tomcat 4.1.17 with JDK 1.4.0.03. This works fine for serving my JSP pages and JavaBeans. Now, I need to integrate the two so that whenever Apache, listening on port 80, receives a request for a JSP it forwards the request to Tomcat, currently listening in port 8081. I have downloaded the MOD_JK2-2.0.43.dll, but, have no idea where to put it other than in the \winnt\system32 directory. Some of the documentation suggest turning on the Apache auto-config option in Tomcat. It suggest putting the <ApacheConfig /> directive in the server.xml file directly below the <AutoWebApp ... /> directive. In my file there is no such place, so, that's a dead end. I tried putting the directive in anyway, to no avail. I tried creating a WORKER2.PROPERTIES file from scratch and also modified the JK2.PROPERTIES file as directed by some of the Jakarta documentation. None of this has accomplished anything. Perhaps the people that put Tomcat and Apache together should consider putting some simple straight forward documentation together that describes "exactly" how to accomplish this task. At the moment it's way to complicated. If anyone has any come up with a way of making this work, please let me know. I would appreciate any assistance. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
