Apache/Tomcat vs. Tomcat - What's best?

I have a question on the server structure that should be used for Java web applications:

Until now I've thought that in productive environments it is best to use a bundle of Apache web server / mod_jk / Tomcat instead of a Standalone-Tomcat, because static contents can be served by Apache much more efficient.

Now I've found the following statement on the Tomcat web site: "When using a single server, the performance when using a native webserver in front of the Tomcat instance is most of the time significantly worse than a standalone Tomcat with its default HTTP connector, even if a large part of the web application is made of static files."

http://tomcat.apache.org/tomcat-5.5-doc/connectors.html

Now I'm a little bit confused: Is there still a need to use a Apache web server in front of Tomcat? What are the remaining advantages when performance is no longer one of them?

[915 byte] By [Louismanuela] at [2007-11-26 15:00:36]
# 1
If I may point you to the right forums/ mailing lists for this question:User Support Mailing list for Apache: http://httpd.apache.org/lists.html#http-usersfor Tomcat: http://tomcat.apache.org/lists.html
appy77a at 2007-7-8 8:49:26 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Its actually answered in the connectors FAQ on that same site:[url http://tomcat.apache.org/faq/connectors.html#integrate] Why should I integrate Apache with Tomcat? (or not)[/url]
evnafetsa at 2007-7-8 8:49:26 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
http://www.javaworld.com/javaworld/jw-02-2005/jw-0228-pippo.html?page=1not sure the solution suggested by the author is a popular one, but it was an interesting article.
sleeper108a at 2007-7-8 8:49:26 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...