Tomcat是應用(java)伺服器,它只是一個servlet容器,是HTTP://www.aliyun.com/zixun/aggregation/14417.html">Apache的擴展。 Apache和Tomcat都可以做為獨立的web伺服器來運行,但是Apache不能解釋java程式(jsp,serverlet)。
Tomcat是一個開放原始碼、運行servlet和JSP Web應用軟體的基於JAVA的Web應用軟體容器。 Tomcat Server是根據servlet和JSP規範進行執行的,因此我們就可以說Tomcat Server也實行了Apache-Jakarta規範且比絕大多數商業應用軟體伺服器要好。
Tomcat 7.0.10 (markt) 改進說明:
Catalina
·27988: Improve reporting of missing files. (markt)
·28852: Add URL encoding where missing to parameters in URLs presented by Ant tasks to the Manager application. Based on a patch by Stephane Bailliez. (mark)
· Improve handling of SSL renegotiation by failing earlier when the request body contains more bytes than maxSavePostSize. (markt)
· Improve shut down speed by not renewing threads during shut down when the ThreadLocalLeakPreventionListener is enabled. (markt)
Coyote
·49284: Add SSL re-negotiation support to the HTTP NIO connector and extend test cases to cover CLIENT-CERT authenticat ion. (fhanik/markt)