What's new
AMJ Bulletin Board
Apache Tomcat Connectors

Closed - No Support Apache Tomcat Connectors 1.2.48

No permission to download
The Apache Tomcat Connectors project is part of the Tomcat projectand provides web server plugins to connect web servers with Tomcat and other backends.
The supported web servers are:
  • the Apache HTTP Server with a plugin (module) named mod_jk.
  • Microsoft IIS with a plugin (extension) named ISAPI redirector(or simply redirector).
  • the iPlanet Web Server with a plugin named NSAPI redirector. TheiPlanet Web Server was previously known under various names, including Netscape Enterprise Server,SunOne Web Server and Sun Enterprise System web server.
In all cases the plugin uses a special protocol named Apache JServ Protocolor simply AJP to connect to the backend. Backends known to support AJPare Apache Tomcat, Jetty and JBoss. Although there exist 3 versions of the protocol,ajp12, ajp13, ajp14, most installationsonly use ajp13. The older ajp12 does not use persistent connections and is obsolete, the newerversion ajp14 is still experimental. Sometimes ajp13 is called AJP 1.3 or AJPv13, but wewill mostly use the name ajp13.
Most features of the plugins are the same for all web servers. Some details varyon a per web server basis. The documentation and the configuration is split into commonparts and web server specific parts.
down to the more detailed documentation that is available. Each availablemanual is described in more detail below.


Changes between 1.2.47 and 1.2.48​

  • Update:
    IIS: Update the installation how-to to remove windows versions that are no longer supported and to add Windows Server 2019. (markt)

Changes between 1.2.46 and 1.2.47​

Native​

  • Add:
    Apache: Extend trace level logging of method entry/exit to aid debugging of request mapping issues. (markt)
  • Fix:
    Apache: Fix a bug in the normalization checks that prevented file based requests, such as SSI file includes, from being processed. (markt)
  • Fix:
    63214: Apache: When using JkAutoAlias, ensure that files that include spaces in their name are accessible. (markt)
  • Update:
    Common: Update the documentation to reflect that the source code for the Apache Tomcat Connectors has moved from Subversion to Git. (markt)
  • Fix:
    64051: Common. When using set_session_cookie, ensure that an updated session cookie is issued if the load-balancer has to failover to a different worker. (markt)
  • Update:
    Common: Update config.guess and config.sub from https://git.savannah.gnu.org/git/config.git. (markt)
  • Update:
    Common; Update release script for migration to git. (rjung)

Changes between 1.2.45 and 1.2.46​

Native​

  • Fix:
    62751: Apache: Fix regression in 1.2.44 which resulted in socket_connect_timeout to be interpreted in units of seconds instead of milliseconds on platforms that provide poll(). (rjung)
Author
elboriyorker
Downloads
1
Views
120
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from elboriyorker

Back
Top