Hi,
I'm trying to get Tomcat 4.0 working on NT with Apache 1.3.
Is there a tarball for apr-utils anywhere that I've missed?
Background: It seems that mod_webapp is used rather than mod_jserv for
Apache<->Tomcat comms. However, there doesn't seem to be a precompiled
binary for this. The instructions in server.xml for building this are
incorrect (at least, there's no connectors directory in the tomcat 4.0 with
source I installed from exe), but I found the webapp source. Reading the
WIN32.txt in this, it says that I need apr and apr-utils. Only apr appears
to be present, so I went to apr.apache.org to get apr-utils. However, the
link there for downloading a tarball is broken.
I started on this track because of the XML parser problems with 3.2.3
(although tracking moving APIs). For the record, if anyone else is trying
to work round this problem:
- Tomcat 3.3b1 appears to be buggy (see prev bug report on JSP problem to
this list from me)
- Tomcat 4.0b6 does not work with Apache out of the box and cannot be
compiled from tarballs (you might be able to build from CVS, but that's not
an acceptable for us (using beta at all is worrying)).
- I'm now going to try the jar file hacks (see earlier thread this list
"SAX 2.0 sealing, Tomcat 3.2" or similar).
Any idea how long before there's stable, release quality code that doesn't
suffer from XML parser conflicts?
Thanks,
Andrew