Apache Tomcat 7.0.23 发布

jopen 12年前
     <p><strong>Tomcat</strong> 服务器是一个免费的开放源代码的Web 应用服务器。</p>    <p>Tomcat是Apache 软件基金会(Apache Software Foundation)的Jakarta 项目中的一个核心项目,由Apache、Sun 和其他一些公司及个人共同开发而成。由于有了Sun 的参与和支持,最新的Servlet 和JSP 规范总是能在Tomcat 中得到体现,Tomcat 5 支持最新的Servlet 2.4 和JSP 2.0 规范。因为Tomcat 技术先进、性能稳定,而且免费,因而深受Java 爱好者的喜爱并得到了部分软件开发商的认可,成为目前比较流行的Web 应用服务器。</p>    <p>Tomcat 很受广大程序员的喜欢,因为它运行时占用的系统资源小,扩展性好,支持负载平衡与邮件服务等开发应用系统常用的功能;而且它还在不断的改进和完善中,任何一个感兴趣的程序员都可以更改它或在其中加入新的功能。<br /> <br /> Tomcat 是一个小型的轻量级应用服务器,在中小型系统和并发访问用户不是很多的场合下被普遍使用,是开发和调试JSP 程序的首选。对于一个初学者来说,可以这样认为,当在一台机器上配置好Apache 服务器,可利用它响应对HTML 页面的访问请求。实际上Tomcat 部分是Apache 服务器的扩展,但它是独立运行的,所以当你运行tomcat 时,它实际上作为一个与Apache 独立的进程单独运行的。</p>    <p>这里的诀窍是,当配置正确时,Apache 为HTML页面服务,而Tomcat 实际上运行JSP 页面和Servlet。另外,Tomcat和IIS、Apache等Web服务器一样,具有处理HTML页面的功能,另外它还是一个Servlet和 JSP容器,独立的Servlet容器是Tomcat的默认模式。不过,Tomcat处理静态HTML的能力不如Apache服务器。<br /> <img title="tomcat.png" border="0" alt="tomcat.png" src="https://simg.open-open.com/show/29759ad08940eb2a210010c365e7bf01.png" width="90" height="90" /><br /> <br /> <span style="font-weight:bold;">项目地址:</span><a style="font-weight:bold;" href="/misc/goto?guid=4958188844195451926" target="_blank">http://tomcat.apache.org/</a></p>    <h4>更新详情如下:</h4>    <p>* The ability to start and stop child containers (primarily Contexts:<br />   i.e. web applications) in parallel which can significantly improve<br />   start times. This is disabled by default but can be enabled by<br />   setting the startStopThreads attribute of a Host to a value greater<br />   than one.<br /> * Cache the results of parsing the global and host level context.xml<br />   files to improve start times.<br /> * Improve the handling of failed deployments so that a broken<br />   application can be fixed (e.g. via JMX) and another attempt made to<br />   start it rather than it having to be removed.</p>