Apache是普通服务器,本身只支持html即普通网页。不过可以通过插件支持php,还可以与Tomcat连通(单向">Apache连接Tomcat,就是说通过Apache可以访问Tomcat资源。反之不然)。Apache只支持静态网页,但像asp,php,cgi,jsp等动态网页就需要Tomcat来处理。
Apache和Tomcat整合使用:如果客户端请求的是静态页面,则只需要Apache服务器响应请求;如果客户端请求动态页面,则是Tomcat服务器响应请求;因为jsp是服务器端解释代码的,这样整合就可以减少Tomcat的服务开销 。Apache和Tomcat是独立的,在同一台服务器上可以集成。
Tomcat 刚刚发布了 6.0.30 版本,该版本是 6.0.29 的补丁修复版。
General
· filter input of manager app servlets. (kkolinko)
· 43960: Expose available property of StandardWrapper via JMX. (markt)
· Update to Commons Daemon 1.0.5. (mturk)
· Switch to using the Eclipse compiler JAR directly rather than creating it from the larger JDT download. (markt)
· Allow the off-line building of the extras package. (markt)
· Update to Commons Pool 1.5.5. (markt)
· 49728, 50084: Improve PID file handling when another process is managing the PID file and Tomcat does not have write access. (markt)
· 49909, 50201: Provide a mechanism to log requests rejected before they reach the AccessLogValve to appear in the access log. (markt/kkolinko)