Date: Mon, 13 Aug 2001 14:47:22 -0400 From: "alexus" <ml@db.nexgen.com> Cc: "Greg Lewis" <glewis@eyesbeyond.com>, <freebsd-java@FreeBSD.ORG> Subject: Re: tomcat Message-ID: <001d01c12428$6330d140$0d00a8c0@alexus> 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> <20010814041216.B7423@misty.eyesbeyond.com>
next in thread | previous in thread | raw e-mail | index | archive | help
----- Original Message ----- From: "Greg Lewis" <glewis@eyesbeyond.com> To: "alexus" <ml@db.nexgen.com> Cc: "Greg Lewis" <glewis@eyesbeyond.com>; <freebsd-java@FreeBSD.ORG> Sent: Monday, August 13, 2001 2:42 PM Subject: Re: tomcat > 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? > eh.. i don't know;) but i've changed .dll into .so > > <IfModule mod_jk.c> > > > > JkWorkersFile <fill-path-to>/workers.properties > > JkLogFile logs/jk.log > > JkLogLevel warn > check > 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? > apache's error_log doesn't say anything wrong however on console i see this 001-08-13 13:44:22 - Ctx( ): 404 R( + /~leo/Expressions.jsp + null) JSP file not found http://box.nexgen.com/~leo/Expressions.jsp thats where my user's script located that he's trying to run it > -- > 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 > 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?001d01c12428$6330d140$0d00a8c0>