What makes you so shure that you have a port problem ? I think that you are searching in the wrong direction.
As I understand the log message mod_jk complains about not getting an answer from tomcat after it successfully sent a request to tomcat. At this point I cann't imagine a port problem (with that the request would have failed, not the response) This can have several causes: - tomcat is down (e.g. jvm crash) - the thread is not responding at all (deadlock) - the thread is not responding quick enough (it take to long to create the response) - ... > -----Original Message----- > From: Astrid Wagner [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 24, 2003 9:25 AM > To: [EMAIL PROTECTED] > Subject: tomcat connection/port problem > > > [Thu Jul 24 09:01:26 2003] [jk_ajp_common.c (642)]: sending > to ajp13 #79 > [Thu Jul 24 09:01:27 2003] [jk_ajp_common.c (681)]: ERROR: can't > receive the response message from tomcat, network problems or tomcat is down. > ... > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
