From owner-freebsd-java Fri Mar 8 6: 9:10 2002 Delivered-To: freebsd-java@freebsd.org Received: from veldy.net (veldy-host33.dsl.visi.com [209.98.200.33]) by hub.freebsd.org (Postfix) with ESMTP id 6D4B037B402 for ; Fri, 8 Mar 2002 06:09:07 -0800 (PST) Received: from HP2500B (localhost.veldy.net [127.0.0.1]) by veldy.net (Postfix) with SMTP id 4B4E91A01A; Fri, 8 Mar 2002 08:09:05 -0600 (CST) Message-ID: <017801c1c6aa$ccfc47b0$3028680a@tgt.com> From: "Thomas T. Veldhouse" To: "MIS" , "Chris Shenton" Cc: "FreeBSD Java" References: <002c01c1c544$55c36000$780000d2@mesaintl.com> <87y9h326p1.fsf@thanatos.shenton.org> Subject: Re: mod_webapp for Tomcat 4.0.2 Date: Fri, 8 Mar 2002 08:09:01 -0600 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.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.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 I originally hacked just the autoconf/make stuff for mod_webapp (1.0.1). That seemed to work alright. I would hope they haven't changed things too much if they up the version only a minor point. --- apache-1.3/Makefile.in.orig Thu Nov 1 16:20:51 2001 +++ apache-1.3/Makefile.in Tue Jan 8 10:11:10 2002 @@ -104,6 +104,8 @@ -S CFLAGS="$${APXS_CFLAGS}" \ -S LDFLAGS_SHLIB="$${APXS_LDFLAGS_SHLIB}" \ -o "$@" \ + -I$(APR_INCDIR) \ + -I$(SRCDIR)/include \ -c "mod_webapp.c" \ "$(TGTDIR)/lib/libwebapp.a" \ "$(TGTDIR)/lib/libapr.a" ; \ And the port had: CONFIGURE_ARGS= --with-apxs=${APXS) --with-tomcat=${LOCALBASE}/jakarta-tomca t -- enable-java=${LOCALBASE}/jdk1.3.1 Tom Veldhouse veldy@veldy.net ----- Original Message ----- From: "Chris Shenton" To: "MIS" Cc: "FreeBSD Java" Sent: Thursday, March 07, 2002 7:23 PM Subject: Re: mod_webapp for Tomcat 4.0.2 > "MIS" writes: > > > Has anyone succeeded in building mod_webapp for Tomcat 4.0.2? > > I just did today. It was excruciating. I probably couldn't repeat it. > Ended up pointing it at my binary install of /usr/local/tomcat > (4.0.3), plus the CVS source, plus some jars in my webapp. Then moved > some include files around cuz the Apache config thing didn't set the > CFLAGS right. Butchery. Embarassing. > > (I needed it for TDK, rather than pure Tomcat, but that's another story). > > > > I'm willing to try and build a port but it will be my first. That being > > said it will take me a while... > > That would be righteous! > > 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