Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Mar 2002 08:09:01 -0600
From:      "Thomas T. Veldhouse" <veldy@veldy.net>
To:        "MIS" <mis@mesaintl.com>, "Chris Shenton" <chris@shenton.org>
Cc:        "FreeBSD Java" <freebsd-java@freebsd.org>
Subject:   Re: mod_webapp for Tomcat 4.0.2
Message-ID:  <017801c1c6aa$ccfc47b0$3028680a@tgt.com>
References:  <002c01c1c544$55c36000$780000d2@mesaintl.com> <87y9h326p1.fsf@thanatos.shenton.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <chris@shenton.org>
To: "MIS" <mis@mesaintl.com>
Cc: "FreeBSD Java" <freebsd-java@freebsd.org>
Sent: Thursday, March 07, 2002 7:23 PM
Subject: Re: mod_webapp for Tomcat 4.0.2


> "MIS" <mis@mesaintl.com> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?017801c1c6aa$ccfc47b0$3028680a>