Apache Tomcat

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第1行: 第1行:
 
[[Image:Tomcat.gif|right]]
 
[[Image:Tomcat.gif|right]]
  
http://tomcat.apache.org/
+
最新版:6.0.14
  
最新版:6.0.10
+
==Tomcat Versions==
 +
Servlet/JSP Spec  Apache Tomcat version 
 +
2.5/2.1  6.0.14 
 +
2.4/2.0  5.5.25 
 +
2.3/1.2  4.1.36 
 +
2.2/1.1  3.3.2 
  
 
==Tomcat 6.0.x==
 
==Tomcat 6.0.x==
第70行: 第75行:
  
 
==相关文档==
 
==相关文档==
*[http://www.huihoo.com/apache/tomcat/heavyz/tomcat_index.html heavyz的Tomcat学习笔记]
+
*[http://docs.huihoo.com/apache/tomcat/heavyz/tomcat_index.html heavyz的Tomcat学习笔记]
*[http://www.huihoo.com/apache/tomcat/l-tomcat.htm Tomcat全攻略]
+
*[http://docs.huihoo.com/apache/tomcat/l-tomcat.htm Tomcat全攻略]
 
*[http://www.theserverside.com/tt/articles/article.tss?l=ClusteringTomcat Clustering JSR-168 Portlet Applications in Tomcat]
 
*[http://www.theserverside.com/tt/articles/article.tss?l=ClusteringTomcat Clustering JSR-168 Portlet Applications in Tomcat]
 +
==Links==
 +
*http://tomcat.apache.org/
 +
*http://download.huihoo.com/apache/tomcat
 
[[category:Javaee]]
 
[[category:Javaee]]
 
[[category:Middleware]]
 
[[category:Middleware]]
 
[[Category:Apache Software Foundation projects]]
 
[[Category:Apache Software Foundation projects]]

2008年1月29日 (二) 09:19的版本

Tomcat.gif

最新版:6.0.14

目录

Tomcat Versions

Servlet/JSP Spec Apache Tomcat version

2.5/2.1  6.0.14  
2.4/2.0  5.5.25  
2.3/1.2  4.1.36  
2.2/1.1  3.3.2  

Tomcat 6.0.x

  • Advanced IO
  • Additional Components

tomcat-6.0.14\conf\tomcat-users.xml

<tomcat-users>
 <role rolename="manager"/>
 <user username="tomcat" password="tomcat" roles="manager"/>
</tomcat-users>

Tomcat 5.5.x

  • Connectors
  • Monitoring and Management
  • Logging
  • APR

Tomcat 5.0.x

  • Performance optimizations and reduced garbage collection
  • Refactored application deployer, with an optional standalone deployer allowing validation and compilation of a web application before putting it in production
  • Complete server monitoring using JMX and the manager web application
  • Scalability and reliability enhancements
  • Improved Taglibs handling, including advanced pooling and tag plugins
  • Improved platform integration, with native Windows and Unix wrappers
  • Embedding using JMX
  • Enhanced Security Manager support
  • Integrated session clustering
  • Expanded documentation

Tomcat 4.1.x

  • JMX based administration features
  • JSP and Struts based administration web application
  • New Coyote connector (HTTP/1.1, AJP 1.3 and JNI support)
  • Rewritten Jasper JSP page compiler
  • Performance and memory efficiency improvements
  • Enhanced manager application support for integration with development tools
  • Custom Ant tasks to interact with the manager application directly from build.xml scripts

User Guide

User manager, conf/tomcat_user.xml

<tomcat-users>
  <role rolename="manager"/>
  <user username="tomcat" password="tomcat" roles="manager"/>
</tomcat-users>

Administered Objects

  • Access Logger
  • Connector
  • Context
  • Default Context
  • Default Deployment Descriptor
  • Engine
  • Environment Entry
  • Host
  • JDBC Resource
  • Loader
  • Manager
  • Realm
  • Request Filter
  • Server
  • Service

相关项目

相关文档

Links

分享您的观点
个人工具
名字空间

变换
操作
导航
工具箱