Jakarta Tomcat of JServ from Apache.
Some more information:
What is mod_jk?
mod_jk is a replacement to the elderly mod_jserv. It is a completely
new Tomcat-Apache plugin that handles the communication between
Tomcat and Apache
Why mod_jk?
Several reasons:
mod_jserv was too complex. Because it was ported from Apache/JServ,
it brought with it lots of JServ specific bits that aren't needed
by Apache.
mod_jserv supported only Apache. Tomcat supports many web servers
through a compatibility layer named the jk library. Supporting two
different modes of work became problematic in terms of support,
documentation and bug fixes. mod_jk should fix that.
The layered approach provided by the jk library makes it easier to
support both Apache1.3.x and Apache2.xx.
Better support for SSL. mod_jserv couldn't reliably identify whether
a request was made via HTTP or HTTPS. mod_jk can, using the newer
Ajpv13 protocol.
Revision 1.46.2.1:
* UW workaround improved, methinks (1.0 branch)
Fixes a problem when used with imap-uw: 1.0.3 couldn't read folders
in subdirectories.
18.9 Book() modified to increase the responsiveness of book learning.
the new code, plus the default weights for the book parameters
now make Crafty learn very aggressively and repeat good opening
lines and avoid bad ones.
PLIST for pgcc. PGCC should now list all the files needed on NetBSD/sparc.
This matches a similarly motivated change in gcc/Makefile, but done
differently.
not /usr/pkg/emul/linux/usr on powerpc. This requires rpm2pkg-1.2.
* Provide "communicator-4.73" wrapper shell script and "communicator" symbolic
link to point it. Original "netscape" script still exists.
colorize (0.2.7) unstable; urgency=medium
* file exists test was in wrong place *fixed* (thanks HoFi for report)
- ohh, i hate, that i can't release a stable version :(
reports which state that, although /usr/include/rmd160.h exists, the
corresponding rmd160*() routines are not available in libc.
Bump version number to 20010320
1.95b116 (2001/03/29) mew-dist release
* last:N is supported for range.
* Setting mew-addrbook-orig-alist with unquoted strings when
C-uC-cC-a.
SUGIMORI <taro@fc.jpn.org>
* A bug fix for Bcc: vs +backup.
* Sender: is now decided when the message is sent.
* A patch for contrib/mew-summary-hl.el.
Hideyuki SHIRAI <shirai@rdmg.mgcs.mei.co.jp>
* Using delete-windows-on so that scrambled drafts are not displayed.
* Removing bold from the comment face.
Shun-ichi TAHARA <jado@flowernet.gr.jp>
* defface -> faces group.
Ryutaroh Matsumoto <ryutaroh@rmatsumoto.org>
1.8.1 March, 2001
This is a bugfix release.
* No segfaults at startup on linux.
* Toggle buttons are visible again.
* Binary I/O on linux works.
Changelog:
2001-03-24 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* configure.in: Do not add -XSVR4 and -common to CFLAGS when
configuring with IRIX cc.
2001-03-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* doc/Makefile.am (EXTRA_DIST): Remove motion.pdf.
* configure.in: Set revision to 1.8.1.
* m4/geom_local.m4 (GEOM_FIND_I_OPTION): Respect prior setting of
$CPPFLAGS while probing.
2001-03-19 Mark Phillips <mbp@geomtech.com>
* doc/motion.tex: new file added to release; documents the
mathematics behind Geomview's motion model. For use by
developers (not needed by regular users).
2001-02-21 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* configure.in: Add AC_FUNC_SETPGRP.
2001-02-18 Steve M. Robbins <steve@nyongwa.montreal.qc.ca>
* configure.in: Add option --with-build-path. Use AC_PATH_XTRA.
Correct the X library link order. Make sure to check
/usr/local/lib for all libraries that check /usr/local/include.
Check for <forms.h> in $x_includes and $x_includes/X11. Make sure
both the includes and the libs are correct before using FORMS.
Announce whether Xmu is found. General tidying up.
2001-02-17 Steve Robbins <steve@nyongwa.montreal.qc.ca>
* acconfig.h: Close comment above define for HAVE_FMEMOPEN.
* configure.in: Check endianness and check for header netinet/in.h.
* doc/Makefile.am: Only build "geomview.pdf" on target "pdf".
2001-02-11 Steve Robbins <steve@nyongwa.montreal.qc.ca>
* m4/geom_local.m4 (GEOM_CHECK_XFORMS): New. If XFORMS library is
available, set variables for finding includes and libraries, emit
warning if XFORMS is not available.
2001-01-16 Steve Robbins <steve@nyongwa.montreal.qc.ca>
* configure.in: removed redundant --with-forms argument; its
effects got overwritten by --with-xforms, anyway.
2000-11-23 Steve Robbins <steve@nyongwa.montreal.qc.ca>
* src/Makefile.am (geomview): look for "gvx" in $(moduledir)
rather than $(bindir).
(CLEANFILES): clean geomview script.
* What is new in gsl-0.7:
** Linux/PowerPC should now be well supported.
** Header files for common physical constants have been added.
** Functions linear and nonlinear regression in one or more dimensions
are now available.
** Vector and matrix views now have access to the address of the
underlying block for compatibility with VSIPL (www.vsipl.org).
** There is a new library for generating low-discrepancy quasi-random
sequences.
** The seeding procedure of the default random number generator
MT19937 has been updated to match the 10/99 release of the original
code. This fixes a weakness which occurred for seeds which were
powers of 2.
** The blas library libgslblasnative has been renamed libgslblas to avoid
confusion with system blas library
18.8 recapture extension turned back on for a while. changes to the
evaluation code, particularly EvaluatePawns() to make it more
efficient and accurate. IE it was possible for an isolated pawn
to be penalized for being isolated, weak, and blocked, which made
little sense.
mtail is a small tail workalike that performs output coloring using ansi
escape sequences (although the sequences are overridable, so you could cause
it to output something else, e.g. html font tags, if you really wanted to).
mtail is written in python, is fairly small, and should be relatively
platform-independent.
It has a config file that can contain an arbitrary number of entries, each
of which has a series of regular expressions to indicate which files to color
according to which entry. for each entry, the config file specifies a coloring
scheme using regular expressions and, optionally, filters to apply to each
line before coloring (for example, to strip out extra info, etc.). the config
file also may override the predefined colors and the escape sequences (or
whatever) actually used to perform the coloring.
Changes:
Fixes for small problem with List widget. More work required on this ...
Fixes for some recently introduced bugs within configure. Now link libXm*
against -lm if ANSI C math stuff is hidden there
Small Scale widget fix (rounding problem)
Added two stubs for missing 2.x interfaces. On stub level we should be very
close to a complete 2.1 set now
Fixes by Kazuyuki Funada, mostly for i18n.
Fix and add more (incomplete) man pages to the install target
Link our shared libraries against the necessary system libraries (e.g.
libXt, libX11) to hardcode the dependencies
Rename libDt to libDtPrint, this appears to be what it's called. Remove the
print_screen field from struct DtPrintSetupData, the Motif 2.1
manual pages (e.g. about XmPrintSetup) are misleading about libDtPrint.
Add -lMrm to the Xlt tests, this is necessary as SciPlot now uses Mrm.
Make build option --with-dmalloc to work again properly
Make more debugging functions available in a PRODUCTION build (no
performance penalty)
Debugging output (DEBUG_FILE env var) is now always explicitly unbuffered
and can now be sent to "stdin"/"stderr" as well
The environment variable controlling which files send debugging output has
been renamed to DEBUG_SOURCES and now accepts a
blocking entries
Debugging output can now be en-/disabled upon runtime. (env vars
DEBUG_TOGGLE, DEBUG_SIGNAL)