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 3679 invoked from network); 2 May 2000 15:26:58 -0000 Received: from gilberto.physik.rwth-aachen.de (HELO gil.physik.rwth-aachen.de) (137.226.30.2) by locus.apache.org with SMTP; 2 May 2000 15:26:58 -0000 Received: (from kuku@localhost) by gil.physik.rwth-aachen.de (8.9.3/8.9.3) id RAA49893 for tomcat-user@jakarta.apache.org; Tue, 2 May 2000 17:26:57 +0200 (CEST) (envelope-from kuku) Date: Tue, 2 May 2000 17:26:57 +0200 (CEST) From: Christoph Kukulies Message-Id: <200005021526.RAA49893@gil.physik.rwth-aachen.de> To: tomcat-user@jakarta.apache.org Subject: getting tomcat-apache.conf working X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I'm trying to get apache1.3.12 working with tomcat-3.1. I can run tomcat and the selftest. I can run apache. I ran /usr/local/sbin/apxs -c -o mod_jserv.so *.c in /usr/local/jakarta-tomcat/src/native/apache and it compiled/linked mod_jserv.so. /usr/local/etc/apache/httpd.conf contains: Include /usr/local/build/tomcat/conf/tomcat-apache.conf In turn: /usr/local/build/tomcat/conf/tomcat-apache.conf: LoadModule jserv_module /usr/local/libexec/apache/mod_jserv.so (Do I have to set some Environment variable during the compilation, btw.?, like APACHE_HOME or TOMCAT_HOME?) [Tue May 2 17:19:47 2000] [notice] SIGHUP received. Attempting to restart [Tue May 2 17:19:47 2000] [emerg] JServ: Error setting defaults: ApJServLogFile : file '/usr/local/./logs/mod_jserv.log' can't be opened [Tue May 2 17:19:47 2000] [crit] (2)No such file or directory: Apache JServ enc ountered a fatal error; check your ApJServLogFile for details if none are presen t in this file. Exiting. Hhmm. I created /usr/local/logs and apache started. Well, that's a bit quick 'n dirty. Do I have to specify ApJServLogFile in tomcat-apache.conf also? (Which isn't there by default). -- Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de