First of all, Josh, thanks -- That at least got Apache started. The problem now is that when I attempt to use apache as the go-between for serving up servlets and jsp's from tomcat it still can't seem to instantiate a worker thread:
Calling the URL: http://localhost:80/examples/servlet/HelloWorldExample results in a 500 Internal Server Error Page, and the mod_jk log reports: [Mon Dec 02 14:03:06 2002] [jk_ajp_common.c (1245)]: ERROR: can't resolve tomcat address locahost [Mon Dec 02 14:03:06 2002] [jk_ajp_common.c (1247)]: ERROR: invalid host and port locahost 8009 [Mon Dec 02 14:03:06 2002] [jk_worker.c (174)]: wc_create_worker validate failed for worker1 [Mon Dec 02 14:03:06 2002] [jk_worker.c (244)]: build_worker_map failed to create workerworker1 Is there anything I need to do to the Tomcat installation to instruct it to start listening at port 8009? My environment is available on previous threads. -----Original Message----- From: Fenlason, Josh [mailto:[EMAIL PROTECTED]] Sent: Monday, December 02, 2002 1:52 PM To: Tomcat Users List Subject: RE: Configuring Apache 2.0.43 and Tomcat 4.1 on Windows 2000 There is no AddModule in Apache2. All you have to do is LoadModule. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
