Author: rjung
Date: Thu Mar  5 02:17:45 2009
New Revision: 750293

URL: http://svn.apache.org/viewvc?rev=750293&view=rev
Log:
Add a preliminary version of the 2009 news page for
the next release.

Added:
    tomcat/connectors/trunk/jk/xdocs/news/20090301.xml   (with props)
Modified:
    tomcat/connectors/trunk/jk/xdocs/ajp/project.xml
    tomcat/connectors/trunk/jk/xdocs/generic_howto/project.xml
    tomcat/connectors/trunk/jk/xdocs/miscellaneous/project.xml
    tomcat/connectors/trunk/jk/xdocs/news/project.xml
    tomcat/connectors/trunk/jk/xdocs/project.xml
    tomcat/connectors/trunk/jk/xdocs/reference/project.xml
    tomcat/connectors/trunk/jk/xdocs/webserver_howto/project.xml

Modified: tomcat/connectors/trunk/jk/xdocs/ajp/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/ajp/project.xml?rev=750293&r1=750292&r2=750293&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/ajp/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/ajp/project.xml Thu Mar  5 02:17:45 2009
@@ -67,6 +67,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2009"                       href="../news/20090301.html"/>
         <item name="2008"                       href="../news/20081001.html"/>
         <item name="2007"                       href="../news/20070301.html"/>
         <item name="2006"                       href="../news/20060101.html"/>

Modified: tomcat/connectors/trunk/jk/xdocs/generic_howto/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/generic_howto/project.xml?rev=750293&r1=750292&r2=750293&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/generic_howto/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/generic_howto/project.xml Thu Mar  5 
02:17:45 2009
@@ -67,6 +67,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2009"                       href="../news/20090301.html"/>
         <item name="2008"                       href="../news/20081001.html"/>
         <item name="2007"                       href="../news/20070301.html"/>
         <item name="2006"                       href="../news/20060101.html"/>

Modified: tomcat/connectors/trunk/jk/xdocs/miscellaneous/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/miscellaneous/project.xml?rev=750293&r1=750292&r2=750293&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/miscellaneous/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/miscellaneous/project.xml Thu Mar  5 
02:17:45 2009
@@ -67,6 +67,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2009"                       href="../news/20090301.html"/>
         <item name="2008"                       href="../news/20081001.html"/>
         <item name="2007"                       href="../news/20070301.html"/>
         <item name="2006"                       href="../news/20060101.html"/>

Added: tomcat/connectors/trunk/jk/xdocs/news/20090301.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/news/20090301.xml?rev=750293&view=auto
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/news/20090301.xml (added)
+++ tomcat/connectors/trunk/jk/xdocs/news/20090301.xml Thu Mar  5 02:17:45 2009
@@ -0,0 +1,77 @@
+<?xml version="1.0"?>
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one or more
+  contributor license agreements.  See the NOTICE file distributed with
+  this work for additional information regarding copyright ownership.
+  The ASF licenses this file to You under the Apache License, Version 2.0
+  (the "License"); you may not use this file except in compliance with
+  the License.  You may obtain a copy of the License at
+
+      http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<!DOCTYPE document [
+  <!ENTITY project SYSTEM "project.xml">
+]>
+<document url="20090301.html">
+
+  &project;
+
+  <properties>
+    <author email="dev.AT.tomcat.DOT.apache.DOT.org">Apache Tomcat Connectors 
Project</author>
+    <title>2009 News and Status</title>
+  </properties>
+
+<body>
+
+<section name="2009 News &amp; Status">
+<br />
+<subsection name="XX March - JK-1.2.28 released">
+<a name="200903XX.1"></a>
+<br />
+<p>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.
+</p><p>
+ Please see the <a href="../miscellaneous/changelog.html">ChangeLog</a> for a 
full list of changes.
+</p>
+<p>If you find any bugs while using this release, please fill in the
+<a 
href="https://issues.apache.org/bugzilla/enter_bug.cgi?product=Tomcat%20Connectors";>Bugzilla</a>
+Bug Report.
+</p>
+<p>
+The most important new features in this version are:
+</p>
+<h3>Dynamic Address and Port Change Using the Status Worker</h3>
+<p>
+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.
+</p>
+<p>
+Note that already existing connections will go on using the old
+address and port. This will be improved in future versions.
+</p>
+<h3>Improved Proxy Flexibility</h3>
+<p>
+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 <a href="../generic_howto/proxy.html">documentation page</a> explains 
this in detail.
+</p>
+<h3>Improved IIS support</h3>
+<p>
+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.
+</p>
+</subsection>
+</section>
+</body>
+</document>

Propchange: tomcat/connectors/trunk/jk/xdocs/news/20090301.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: tomcat/connectors/trunk/jk/xdocs/news/20090301.xml
------------------------------------------------------------------------------
    svn:keywords = Author Date Id Revision

Modified: tomcat/connectors/trunk/jk/xdocs/news/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/news/project.xml?rev=750293&r1=750292&r2=750293&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/news/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/news/project.xml Thu Mar  5 02:17:45 2009
@@ -67,6 +67,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2009"                       href="../news/20090301.html"/>
         <item name="2008"                       href="../news/20081001.html"/>
         <item name="2007"                       href="../news/20070301.html"/>
         <item name="2006"                       href="../news/20060101.html"/>

Modified: tomcat/connectors/trunk/jk/xdocs/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/project.xml?rev=750293&r1=750292&r2=750293&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/project.xml Thu Mar  5 02:17:45 2009
@@ -67,6 +67,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2009"                       href="news/20090301.html"/>
         <item name="2008"                       href="news/20081001.html"/>
         <item name="2007"                       href="news/20070301.html"/>
         <item name="2006"                       href="news/20060101.html"/>

Modified: tomcat/connectors/trunk/jk/xdocs/reference/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/reference/project.xml?rev=750293&r1=750292&r2=750293&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/reference/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/reference/project.xml Thu Mar  5 02:17:45 
2009
@@ -67,6 +67,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2009"                       href="../news/20090301.html"/>
         <item name="2008"                       href="../news/20081001.html"/>
         <item name="2007"                       href="../news/20070301.html"/>
         <item name="2006"                       href="../news/20060101.html"/>

Modified: tomcat/connectors/trunk/jk/xdocs/webserver_howto/project.xml
URL: 
http://svn.apache.org/viewvc/tomcat/connectors/trunk/jk/xdocs/webserver_howto/project.xml?rev=750293&r1=750292&r2=750293&view=diff
==============================================================================
--- tomcat/connectors/trunk/jk/xdocs/webserver_howto/project.xml (original)
+++ tomcat/connectors/trunk/jk/xdocs/webserver_howto/project.xml Thu Mar  5 
02:17:45 2009
@@ -67,6 +67,7 @@
     </menu>
 
     <menu name="News">
+        <item name="2009"                       href="../news/20090301.html"/>
         <item name="2008"                       href="../news/20081001.html"/>
         <item name="2007"                       href="../news/20070301.html"/>
         <item name="2006"                       href="../news/20060101.html"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to