remm        2005/07/03 09:41:23

  Modified:    webapps/docs apr.xml changelog.xml
               .        build.properties.default
  Log:
  - Update chengelog.
  - Update JDT to Eclipse 3.1.
  
  Revision  Changes    Path
  1.2       +9 -7      jakarta-tomcat-catalina/webapps/docs/apr.xml
  
  Index: apr.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/apr.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- apr.xml   27 Jun 2005 14:15:10 -0000      1.1
  +++ apr.xml   3 Jul 2005 16:41:22 -0000       1.2
  @@ -14,11 +14,17 @@
   <body>
   
     <section name="Introduction">
  +
     <p>
         Tomcat can use the <a href="http://apr.apache.org/";>Apache Portable 
Runtime</a> to 
         provide superior scalability, performance, and better integration with 
native server 
         technologies. The Apache Portable Runtime is a highly portable library 
that is at 
  -      the heart of Apache HTTP Server 2.x.
  +      the heart of Apache HTTP Server 2.x. APR has many uses, including 
access to advanced IO
  +      functionality (such as sendfile, epoll and OpenSSL), OS level 
functionality (random number
  +      generation, system status, etc), and native process handling (shared 
memory, NT
  +      pipes and Unix sockets). These features will allow making Tomcat a 
general purpose
  +      webserver, and go far beyond simply allowing a slightly more scalable 
HTTP
  +      connector.
     </p>
   
     </section>
  @@ -26,15 +32,11 @@
     <section name="Installation">
   
       <p>
  -      FIXME !!!
  -    </p>
  -
  -    <p>
  -      APR support requires three main components to be installed:
  +      APR support requires three main native components to be installed:
         <ul>
           <li>APR library (libapr)</li>
           <li>JNI wrappers for APR used by Tomcat (libtcnative)</li>
  -        <li>OpenSSL library</li>
  +        <li>OpenSSL libraries</li>
         </ul>
       </p>
   
  
  
  
  1.321     +6 -4      jakarta-tomcat-catalina/webapps/docs/changelog.xml
  
  Index: changelog.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
  retrieving revision 1.320
  retrieving revision 1.321
  diff -u -r1.320 -r1.321
  --- changelog.xml     3 Jul 2005 00:31:53 -0000       1.320
  +++ changelog.xml     3 Jul 2005 16:41:23 -0000       1.321
  @@ -55,7 +55,7 @@
           <bug>34248</bug>: Update JavaMail download instructions to include 
JAF. (yoavs)
         </update>
         <update>
  -        Update to JDT from Eclipse 3.1M6, which is now feature complete 
(remm)
  +        Update to JDT from Eclipse 3.1, with support for Java 5 (remm)
         </update>
         <update>
           Refactoring, redesign and extend the cluster module
  @@ -173,7 +173,7 @@
         </fix>
         <fix>
           Fix handling of symbolic links when the DefaultServlet is generating 
directory
  -        listings.
  +        listings. (markt)
         </fix>
       </changelog>
     </subsection>
  @@ -187,8 +187,7 @@
           Add some Mbean attributes and operations to ChannelSocket (pero)
         </update>    
         <add>
  -        Add Apache Portable Runtime based HTTP/1.1 protocol handler, without 
SSL support, which
  -        provides efficient worker thread usage (remm)
  +        Apache Portable Runtime based HTTP/1.1 protocol handler (remm)
         </add>
         <add>
           Add support for simple file-based CRLs under JDK 1.5 (billbarker)
  @@ -208,6 +207,9 @@
         <add>
           Add bufferSize option to the AJP/1.3 Java connector to control 
output buffering. (billbarker)
         </add>
  +      <add>
  +        Apache Portable Runtime based AJP/1.3 protocol handler (remm)
  +      </add>
        </changelog>
     </subsection>
   
  
  
  
  1.148     +2 -2      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.147
  retrieving revision 1.148
  diff -u -r1.147 -r1.148
  --- build.properties.default  24 Jun 2005 17:18:36 -0000      1.147
  +++ build.properties.default  3 Jul 2005 16:41:23 -0000       1.148
  @@ -144,7 +144,7 @@
   jdt.home=${base.path}/eclipse/plugins
   jdt.lib=${jdt.home}
   jdt.jar=${jdt.lib}/org.eclipse.jdt.core_3.1.0.jar
  
-jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/S-3.1M7-200505131415/eclipse-JDT-3.1M7.zip
  
+jdt.loc=http://sunsite.informatik.rwth-aachen.de/eclipse/downloads/drops/R-3.1-200506271435/eclipse-JDT-3.1.zip
   
   # --------------------------------------------------
   #              CORE OPTIONAL LIBRARIES
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to