From owner-freebsd-java Mon Aug 13 11:42:24 2001 Delivered-To: freebsd-java@freebsd.org Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by hub.freebsd.org (Postfix) with ESMTP id 1BADD37B406 for ; Mon, 13 Aug 2001 11:42:21 -0700 (PDT) (envelope-from glewis@misty.eyesbeyond.com) Received: from [166.70.7.55] (helo=misty.eyesbeyond.com) by mgr2.xmission.com with esmtp (Exim 3.22 #1) id 15WMfL-0000KE-00; Mon, 13 Aug 2001 12:42:19 -0600 Received: (from glewis@localhost) by misty.eyesbeyond.com (8.11.3/8.11.3) id f7DIgG807455; Tue, 14 Aug 2001 04:12:16 +0930 (CST) (envelope-from glewis) Date: Tue, 14 Aug 2001 04:12:16 +0930 From: Greg Lewis To: alexus Cc: Greg Lewis , freebsd-java@FreeBSD.ORG Subject: Re: tomcat Message-ID: <20010814041216.B7423@misty.eyesbeyond.com> References: <000901c12418$6577f560$0d00a8c0@alexus> <20010814023225.A5462@misty.eyesbeyond.com> <004701c1241b$67e1c210$0d00a8c0@alexus> <20010814032755.A6478@misty.eyesbeyond.com> <002501c12421$deb8fab0$0d00a8c0@alexus> <20010814034452.A6600@misty.eyesbeyond.com> <001501c12424$77529d10$0d00a8c0@alexus> <20010814035441.A6922@misty.eyesbeyond.com> <002901c12426$2801ac40$0d00a8c0@alexus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002901c12426$2801ac40$0d00a8c0@alexus>; from ml@db.nexgen.com on Mon, Aug 13, 2001 at 02:31:23PM -0400 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Aug 13, 2001 at 02:31:23PM -0400, alexus wrote: > here is my mod_jk.conf > > alexus@/usr/local/java/JAKARTA/build/tomcat/conf$ cat mod_jk.conf > > LoadModule jk_module modules/mod_jk.dll Err, why is this mod_jk.dll rather than mod_jk.so? > > > JkWorkersFile /workers.properties > JkLogFile logs/jk.log > JkLogLevel warn I suggest changing this to debug until you get things going. > JkMount /*.jsp ajp12 > JkMount /servlet/* ajp12 > JkMount /examples/* ajp12 > > > alexus@/usr/local/java/JAKARTA/build/tomcat/conf$ > > i've changed / to > > /usr/local/java/JAKARTA/build/tomcat/conf/ > > and yes i include it in httpd.conf > > alexus@~$ grep mod_jk /usr/local/apache/conf/httpd.conf > Include /usr/local/java/JAKARTA/build/tomcat/conf/mod_jk.conf-auto > alexus@~$ Ok, is there anything showing up in your apache logs if you restart it about problems loading mod_jk? -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Phone : (801) 765 1887 Information Technology Web : http://www.eyesbeyond.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message