Apache是普通伺服器,本身只支援html即普通網頁。 不過可以通過外掛程式支援php,還可以與Tomcat連通(單向HTTP://www.aliyun.com/zixun/aggregation/14417.html">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 acces s. (markt)
· 49909, 50201: Provide a mechanism to log requests rejected before they reach the AccessLogValve to appear in the access lo g. (markt/kkolinko)