From christian.wenz@stud.tu-muenchen.de Mon Apr 24 11:50:22 2000 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 23215 invoked from network); 24 Apr 2000 11:50:22 -0000 Received: from pec-82-137.tnt5.m2.uunet.de (149.225.82.137) by locus.apache.org with SMTP; 24 Apr 2000 11:50:22 -0000 Received: from localhost ([127.0.0.1]) by localhost with id 390435FA.00000010@localhost; Mon, 24 Apr 2000 11:54:34 GMT Message-ID: <390435FA.69293559@stud.tu-muenchen.de> Date: Mon, 24 Apr 2000 13:54:34 +0200 From: Christian Wenz X-Mailer: Mozilla 4.72 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Tomcat 3.1 & Apache & Win32 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I have the following configuration: Tomcat 3.1 & Apache 1.3.12 & Win95B I installed them as described in the Readme's, and the Apache Server is working. Then, I copied the "web" directory of my tomcat distribution into the htdocs directory of the Apache server and loaded http://127.0.0.1/web/hello.jsp into the browser. I got an Error 500, and Apache's mod_jserv.log had the following entries: [24/04/2000 11:40:46:300] (EMERGENCY) ajp12: can not connect to host 127.0.0.1:8007 [24/04/2000 11:40:46:300] (EMERGENCY) ajp12: connection fail [24/04/2000 11:40:46:300] (ERROR) an error returned handling request via protocol "ajpv12" What could I have done wrong? The only changes I did to the configuration files were as following: in httpd.conf: ServerName 127.0.0.1 in tomcat.conf: removed "#" before LoadModule jserv_module modules\ApacheModuleJServ.dll Any ideas? Thanks, Christian