From c0b7206652b2852bc574694e7ba07ba1c2acdc00 Mon Sep 17 00:00:00 2001 From: hongbotian Date: Mon, 30 Nov 2015 03:10:21 -0500 Subject: delete app Change-Id: Id4c572809969ebe89e946e88063eaed262cff3f2 Signed-off-by: hongbotian --- .../xdocs/news/20090301.xml | 93 ---------------------- 1 file changed, 93 deletions(-) delete mode 100644 rubbos/app/tomcat-connectors-1.2.32-src/xdocs/news/20090301.xml (limited to 'rubbos/app/tomcat-connectors-1.2.32-src/xdocs/news/20090301.xml') diff --git a/rubbos/app/tomcat-connectors-1.2.32-src/xdocs/news/20090301.xml b/rubbos/app/tomcat-connectors-1.2.32-src/xdocs/news/20090301.xml deleted file mode 100644 index 93efc664..00000000 --- a/rubbos/app/tomcat-connectors-1.2.32-src/xdocs/news/20090301.xml +++ /dev/null @@ -1,93 +0,0 @@ - - - -]> - - - &project; - - - Apache Tomcat Connectors Project - 2009 News and Status - - - - -
-
- - -
-

The Apache Tomcat team is proud to announce the immediate availability -of Tomcat Connectors 1.2.28. This is a stable release concentrating mainly on -some bug fixes. -

- Please see the ChangeLog for a full list of changes. -

-

If you find any bugs while using this release, please fill in the -Bugzilla -Bug Report. -

-

-The most important new features in this version are: -

-

Better Error Detection for Load Balancer Workers

-

-Local and global error states have been improved. You can fine tune the -behaviour with the new "error_escalation_time" attribute -(see the timeouts documentation). -

-

Dynamic Address and Port Change Using the Status Worker

-

-The status worker now allows you to change the address and the port -of an AJP13 worker on the fly. You can e.g. provision dummy workers with a port -equal to "0", which will be automatically put into stopped mode during startup. -Later, when you want to actually use thse workers, you set their address and -port to the final values. -

-

-Note that already existing connections will go on using the old -address and port. This will be improved in future versions. -

-

New Data in Status Worker Display

-

-The status worker display now also contains the timestamp of the last -worker errors. -

-

Improved Proxy Flexibility

-

-You can now overwrite more request metadata before the request gets send to the backend. -This is helpful in case there are other reverse proxies in front of your web server. -A new documentation page explains this in detail. -

-

Improved IIS Support

-

-IIS support has been improved especially when using mutltiple application pools. -Furthermore you can now configure the ISAPI plugin to update the uriworkermap.properies -file on a regular interval using the watchdog thread. -

-

JNI Worker Deprecation

-

-Workers of type jni are broken since a long time. Since there is no more -use for them, they have been deprecated now, and will be removed in a future release. -

-
-
- -
-- cgit 1.2.3-korg