Probably one of three things: - Tomcat is not started - Tomcat is started but does not have a Connector configured in server.xml for the port you are trying to use - Tomcat is started, the Connector is configured, but access to the port is blocked for some reason, such as a firewall.
Perhaps my Win2K/XP HOWTO will help, it describes everything in a very detailed fashion: http://www.johnturner.com/howto John > -----Original Message----- > From: Burcu Dalmis [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 20, 2003 6:58 AM > To: Tomcat Users List > Subject: Tomcat 4.1.18 & Apache 2.0.44 work together on win2K using > mod_jk-2.0.43.dll > > > Hi, > I have been trying to work Apache2.0.44 and Tomcat 4.1.18 > together on my win2K machine for 2 days but still I have > "500 Internal server error".. > > I found many of instructions "how to connect Tomcat 4.0.x and > APache 2.0" or > "Apache 1.3 and Tomcat 4.1" or connectors other then mod_jk. > I have looked > for some help on mail archives of tomcat-user too.. > > I have configured my server.xml, httpd.conf, workers.properties. > Could anyone who solved the problem please send me > configuration files if > it's possible as an easy way, so I could check where I made > the mistake.. > > Or could you please tell me should I make different > configuration then which > I found for "Tomcat 4.0.x, Apache 1.3"? > My tomcat and Apache works good independently. But when I run > them to work > together I see error messages at mod_jk.log like: > > [Thu Feb 20 08:41:08 2003] [jk_connect.c (203)]: > jk_open_socket, connect() > failed errno = 61 > > [Thu Feb 20 08:41:08 2003] [jk_ajp_common.c (626)]: Error > connecting to > tomcat. Tomcat is probably not started or is listenning on > the wrong port. > Failed errno = 61 > > [Thu Feb 20 08:41:09 2003] [jk_connect.c (203)]: > jk_open_socket, connect() > failed errno = 61 > > [Thu Feb 20 08:41:09 2003] [jk_ajp_common.c (626)]: Error > connecting to > tomcat. Tomcat is probably not started or is listenning on > the wrong port. > Failed errno = 61 > > [Thu Feb 20 08:41:56 2003] [jk_ajp_common.c (681)]: ERROR: > can't receive the > response message from tomcat, network problems or tomcat is down. > > [Thu Feb 20 08:41:56 2003] [jk_ajp_common.c (1050)]: Error > reading reply > from tomcat. Tomcat is down or network problems. > > [Thu Feb 20 08:41:56 2003] [jk_ajp_common.c (1187)]: ERROR: > Receiving from > tomcat failed, recoverable operation. err=0 > > [Thu Feb 20 08:41:56 2003] [jk_ajp_common.c (681)]: ERROR: > can't receive the > response message from tomcat, network problems or tomcat is down. > > Thank you , > Burcu Dalmis > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
