bottleneck testcase based on rubbos
[bottlenecks.git] / rubbos / app / tomcat-connectors-1.2.32-src / xdocs / news / 20090301.xml
1 <?xml version="1.0"?>
2 <!--
3   Licensed to the Apache Software Foundation (ASF) under one or more
4   contributor license agreements.  See the NOTICE file distributed with
5   this work for additional information regarding copyright ownership.
6   The ASF licenses this file to You under the Apache License, Version 2.0
7   (the "License"); you may not use this file except in compliance with
8   the License.  You may obtain a copy of the License at
9
10       http://www.apache.org/licenses/LICENSE-2.0
11
12   Unless required by applicable law or agreed to in writing, software
13   distributed under the License is distributed on an "AS IS" BASIS,
14   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15   See the License for the specific language governing permissions and
16   limitations under the License.
17 -->
18 <!DOCTYPE document [
19   <!ENTITY project SYSTEM "project.xml">
20 ]>
21 <document url="20090301.html">
22
23   &project;
24
25   <properties>
26     <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors Project</author>
27     <title>2009 News and Status</title>
28   </properties>
29
30 <body>
31
32 <section name="2009 News &amp; Status">
33 <br />
34 <subsection name="22 March - JK-1.2.28 released">
35 <a name="20090322.1"></a>
36 <br />
37 <p>The Apache Tomcat team is proud to announce the immediate availability
38 of Tomcat Connectors 1.2.28. This is a stable release concentrating mainly on
39 some bug fixes.
40 </p><p>
41  Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a> for a full list of changes.
42 </p>
43 <p>If you find any bugs while using this release, please fill in the
44 <a href="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors">Bugzilla</a>
45 Bug Report.
46 </p>
47 <p>
48 The most important new features in this version are:
49 </p>
50 <h3>Better Error Detection for Load Balancer Workers</h3>
51 <p>
52 Local and global error states have been improved. You can fine tune the
53 behaviour with the new "error_escalation_time" attribute
54 (see the <a href="../generic_howto/timeouts.html">timeouts documentation</a>).
55 </p>
56 <h3>Dynamic Address and Port Change Using the Status Worker</h3>
57 <p>
58 The status worker now allows you to change the address and the port
59 of an AJP13 worker on the fly. You can e.g. provision dummy workers with a port
60 equal to "0", which will be automatically put into stopped mode during startup.
61 Later, when you want to actually use thse workers, you set their address and
62 port to the final values.
63 </p>
64 <p>
65 Note that already existing connections will go on using the old
66 address and port. This will be improved in future versions.
67 </p>
68 <h3>New Data in Status Worker Display</h3>
69 <p>
70 The status worker display now also contains the timestamp of the last
71 worker errors.
72 </p>
73 <h3>Improved Proxy Flexibility</h3>
74 <p>
75 You can now overwrite more request metadata before the request gets send to the backend.
76 This is helpful in case there are other reverse proxies in front of your web server.
77 A new <a href="../generic_howto/proxy.html">documentation page</a> explains this in detail.
78 </p>
79 <h3>Improved IIS Support</h3>
80 <p>
81 IIS support has been improved especially when using mutltiple application pools.
82 Furthermore you can now configure the ISAPI plugin to update the uriworkermap.properies
83 file on a regular interval using the watchdog thread.
84 </p>
85 <h3>JNI Worker Deprecation</h3>
86 <p>
87 Workers of type jni are broken since a long time. Since there is no more
88 use for them, they have been deprecated now, and will be removed in a future release.
89 </p>
90 </subsection>
91 </section>
92 </body>
93 </document>