2009-06-15 00:00:42 by Joerg Sonnenberger | Files touched by this commit (316) |
Log message:
Convert @exec/@unexec to @pkgdir or drop it.
|
2009-06-06 19:34:08 by Adrian Portelli | Files touched by this commit (3) |
Log message:
Update from .18->.20
In brief:
46933: Update StringManager to use Java 5 features. Patch provided by Jens \
Kapitza. (markt)
46990: Fix synchronization issues reported by FindBugs. Patch provided by Sebb. \
(markt)
Allow huge request body packets for AJP13. (rjung)
Manager application prints FAIL if application was deployed but failed to start \
(fhanik)
When shutdown port is disabled, print user friendly message and not a stack \
trace. (fhanik)
The invoker servlet has been deprecated and will be removed in Tomcat 7 onwards. \
(markt)
45154 Implement SEND_FILE behavior for SSL connections using NIO (fhanik)
For full details see:
http://tomcat.apache.org/tomcat-6.0-doc/changelog.html
|
2009-02-14 13:02:09 by Adrian Portelli | Files touched by this commit (5) |  |
Log message:
Apache Tomcat 6.x is the current focus of development. It builds upon the
improvements made in Tomcat 5.5.x and implements the Servlet 2.5 and JSP 2.1
specifications. In addition to that, it includes the following improvements:
* Memory usage optimizations
* Advanced IO capabilities
* Refactored clustering
While we're here make a number of improvements based on the old 5.5.x pkg:
- Use MASTER_SITE_APACHE
- Default to running as an unprived user
- Use a more standard rc.d script
- Cleaner pkg_delete operation based on standard files/dirs that change
|