這是解壓版apache-tomcat-8.0.14-windows-x86.zip下載,Apache 軟件基金會(huì)(Apache Software Foundation)的Jakarta 項(xiàng)目中的一個(gè)核心項(xiàng)目,由Apache、Sun 和其他一些公司及個(gè)人共同開(kāi)發(fā)而成。由于有了Sun 的參與和支持,最新的Servlet 和JSP 規(guī)范總是能在Tomcat 中得到體現(xiàn),Tomcat 5支持最新的Servlet 2.4 和JSP 2.0 規(guī)范。因?yàn)門omcat 技術(shù)先進(jìn)、性能穩(wěn)定,而且免費(fèi),因而深受Java 愛(ài)好者的喜愛(ài)并得到了部分軟件開(kāi)發(fā)商的認(rèn)可,成為目前比較流行的Web 應(yīng)用服務(wù)器。
apache-tomcat-7.0.47-windows-x64.zip或apache-tomcat-7.0.47-windows-x86.zip 解壓縮版 windows 服務(wù)添加,要想解壓所版apache安裝為windows服務(wù)需要下載tomcat版本如apache-tomcat-xxx-windows-x64.zip,apache-tomcat-xxx-windows-x86.zip版的tomcat,apache-tomcat-xxx.zip解壓縮出來(lái)沒(méi)有將tomcat安裝為windows服務(wù)的service.bat的腳本。
1、由于Apache http對(duì)靜態(tài)頁(yè)面的處理能力強(qiáng),據(jù)說(shuō)可能承受日訪問(wèn)量100萬(wàn)
2、可以將請(qǐng)求轉(zhuǎn)發(fā)給另外服務(wù)器:如Tomcat(支持同時(shí)啟動(dòng)多個(gè)Tomcat,對(duì)它們進(jìn)行管理)
3、任意切換只需3秒,防止項(xiàng)目上線影響生產(chǎn),并且保持多個(gè)版本的項(xiàng)目在不同的tomcat下,如新上線的項(xiàng)目有問(wèn)題,馬上可以切換到上一版本
4、可以jkstatus分析網(wǎng)站的訪問(wèn)情況
1、Location headers for redirects now use relative URIs. This can be controlled per Context with the useRelativeRedirects attribute.
2、Correct a regression in 8.0.29 that broke redirects for context roots.
3、 Restore the default setting of quoteAttributeEL in Jasper to true to align with 8.0.26/7.0.64 and earlier as well as other JSP implementations