Date: Tue, 14 Aug 2001 04:12:16 +0930 From: Greg Lewis <glewis@eyesbeyond.com> To: alexus <ml@db.nexgen.com> Cc: Greg Lewis <glewis@eyesbeyond.com>, freebsd-java@FreeBSD.ORG Subject: Re: tomcat Message-ID: <20010814041216.B7423@misty.eyesbeyond.com> In-Reply-To: <002901c12426$2801ac40$0d00a8c0@alexus>; from ml@db.nexgen.com on Mon, Aug 13, 2001 at 02:31:23PM -0400 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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? > <IfModule mod_jk.c> > > JkWorkersFile <fill-path-to>/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 > > </IfModule> > alexus@/usr/local/java/JAKARTA/build/tomcat/conf$ > > i've changed <fill-path-to>/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010814041216.B7423>