Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Aug 2001 14:31:23 -0400
From:      "alexus" <ml@db.nexgen.com>
Cc:        "Greg Lewis" <glewis@eyesbeyond.com>, <freebsd-java@FreeBSD.ORG>
Subject:   Re: tomcat
Message-ID:  <002901c12426$2801ac40$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>

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:24 PM
Subject: Re: tomcat


> On Mon, Aug 13, 2001 at 02:19:17PM -0400, alexus wrote:
> > > On Mon, Aug 13, 2001 at 02:00:42PM -0400, alexus wrote:
> > > > no, in README of tomcat it says get it from binary of tomcat ( from
> > > > http://jakarta.apache.org )
> > > > so thats where i took source code for mod_jk
> > > >
> > > > how did you set up yours mod_jk?
> >
> > it compiled just fine
>
> Ok...you might want to let people look at your mod_jk.conf to see if there
> are any obvious problems...  You are including it in httpd.conf right?
>

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

<IfModule mod_jk.c>

JkWorkersFile <fill-path-to>/workers.properties
JkLogFile  logs/jk.log
JkLogLevel warn
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@~$


> --
> 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?002901c12426$2801ac40$0d00a8c0>