Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 59125 invoked from network); 29 Nov 2000 08:11:02 -0000 Received: from unknown (HELO mailscan.teil.soft.net) (164.164.10.219) by locus.apache.org with SMTP; 29 Nov 2000 08:11:02 -0000 Received: FROM teil.soft.net BY mailscan.teil.soft.net ; Wed Nov 29 13:43:30 2000 +0500 Received: from localhost (skulkarni@localhost) by teil.soft.net (980427.SGI.8.8.8/970903.SGI.AUTOCF) via ESMTP id NAA47456 for ; Wed, 29 Nov 2000 13:40:29 +0530 (IST) Date: Wed, 29 Nov 2000 13:40:29 +0530 From: Shriranga K Kulkarni To: tomcat-user@jakarta.apache.org Subject: Problem configuring TOMCAT-APACHE combination. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello All, I have configured tomcat-apache combination. I have given a servlet request but the following error is being shown. [28/11/2000 22:19:04:696] (EMERGENCY) ajp12: can not connect to host 127.0.0.0:8007 [28/11/2000 22:19:04:697] (EMERGENCY) ajp12: connection fail [28/11/2000 22:19:04:697] (ERROR) an error returned handling request via protocol "ajpv12" [28/11/2000 22:20:54:106] (EMERGENCY) ajp12: can not connect to host 127.0.0.0:8007 [28/11/2000 22:20:54:107] (EMERGENCY) ajp12: connection fail [28/11/2000 22:20:54:107] (ERROR) an error returned handling request via protocol "ajpv12" [28/11/2000 22:21:58:586] (EMERGENCY) ajp12: can not connect to host 127.0.0.0: 8007 [28/11/2000 22:21:58:586] (EMERGENCY) ajp12: connection fail [28/11/2000 22:21:58:586] (ERROR) an error returned handling request via protocol "ajpv12" Does any one have solution to overcome the above problem. I am running Apache 1.3.19 and Tomcat 3.1 on Red Hat Linux version 6.1. Should I change configuration file /etc/hosts to include localhost? Should I invoke Tomcat while Linux is booting? If so Please indicate where? Should I have any jar file for compilig servlet programs? I am using JDK1.2.2. Thanks in advance Sriranga.