Search

Adding APR support for Tomcat 6

Wednesday, June 27. 2007

tomcat logoTomcat 6 has some neat new features. The one feature I am eyeballing the most is it's advanced IO features like the Comet Servlet Interface. In an upcoming article I'll be explaining the Comet Servlet Interface some more, Plus a neat proof of concept!

In order to get these advanced IO features, one has to enable APR listener support. APR is Apache's portable runtime that gives developers an API which behavior is consistent across many platforms. This runtime is the magic that makes the latest versions of Apache's httpd so darn portable. It's also needed for some advanced features in Tomcat!

Read More(1 page)...


Posted by Chad Emrys Minick in Linux, Java, Apache, Tomcat at 10:31 PM | Comments (3)