From owner-freebsd-java Mon Aug 13 11:47:32 2001 Delivered-To: freebsd-java@freebsd.org Received: from db.nexgen.com (db.nexgen.com [66.92.98.149]) by hub.freebsd.org (Postfix) with SMTP id 26E0F37B408 for ; Mon, 13 Aug 2001 11:47:28 -0700 (PDT) (envelope-from ml@db.nexgen.com) Received: (qmail 24674 invoked from network); 13 Aug 2001 18:47:13 -0000 Received: from localhost.nexgen.com (HELO alexus) (root@127.0.0.1) by localhost.nexgen.com with SMTP; 13 Aug 2001 18:47:13 -0000 Message-ID: <001d01c12428$6330d140$0d00a8c0@alexus> From: "alexus" Cc: "Greg Lewis" , 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> Subject: Re: tomcat Date: Mon, 13 Aug 2001 14:47:22 -0400 Organization: NexGen MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2526.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2526.0000 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 ----- Original Message ----- From: "Greg Lewis" To: "alexus" Cc: "Greg Lewis" ; 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 > > > > > > JkWorkersFile /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 > > > > > > 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? > 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