From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 14:16:42 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F83016A4CE for ; Wed, 24 Nov 2004 14:16:42 +0000 (GMT) Received: from serv03.inetworx.ch (serv03.inetworx.ch [212.254.227.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCA4A43D58 for ; Wed, 24 Nov 2004 14:16:41 +0000 (GMT) (envelope-from dev@eth0.ch) Received: from localhost (localhost.localdomain [127.0.0.1]) by serv03.inetworx.ch (Postfix) with ESMTP id 8F7DC252D6F for ; Wed, 24 Nov 2004 15:16:40 +0100 (CET) Received: from serv03.inetworx.ch ([127.0.0.1]) by localhost (serv03.inetworx.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01805-01 for ; Wed, 24 Nov 2004 15:16:40 +0100 (CET) Received: from www.inetworx.ch (serv04.inetworx.ch [212.254.227.197]) by serv03.inetworx.ch (Postfix) with ESMTP id 3F2A4252D6B for ; Wed, 24 Nov 2004 15:16:40 +0100 (CET) Received: from 217.162.71.141 (SquirrelMail authenticated user dev.eth0); by www.inetworx.ch with HTTP; Wed, 24 Nov 2004 15:16:40 +0100 (CET) Message-ID: <4646.217.162.71.141.1101305800.squirrel@217.162.71.141> In-Reply-To: References: Date: Wed, 24 Nov 2004 15:16:40 +0100 (CET) From: "David E. Meier" To: freebsd-questions@freebsd.org User-Agent: SquirrelMail/1.4.3a X-Mailer: SquirrelMail/1.4.3a MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal X-Virus-Scanned: by amavisd-new at inetworx.ch Subject: Re: mod_jk2 + tomcat + java question X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 14:16:42 -0000 > Does anybody have experience with tomcat en mod_jk? Well, I got Apache2, mod_jk2 with Tomcat 4.1.29 running on FreeBSD 4.9. So I might not be fully up-to-date. First, this seems to bite: > JkWorkersFile /usr/local/etc/apache2/workers.properties ^^^^^^^^^^^ > [Wed Nov 24 10:09:50 2004] [error] config.update(): Can't find config file > /usr/local/conf/workers2.properties ^^^^ I did not specify a JkWorkersFile in httpd.conf. Just put the workers.properties file into /usr/local/conf directory. Apache seems to try to read the file from the default location. > [Wed Nov 24 10:09:50 2004] [error] shm.init(): No file This is a follow-up error since the shm file is declared in workers2.properties. HTH, Dave