Apache Tomcat

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
(Links)
第79行: 第79行:
 
*http://tomcat.apache.org/
 
*http://tomcat.apache.org/
 
*http://download.huihoo.com/apache/tomcat
 
*http://download.huihoo.com/apache/tomcat
 +
 +
{{Comment}}
  
 
[[category:Java]]
 
[[category:Java]]

2010年9月9日 (四) 03:43的版本

Tomcat-90x90.png

目录

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

Comment-32x32.png

<discussion>characters_max=300</discussion>

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

变换
操作
导航
工具箱