Apache Tomcat

来自开放百科 - 灰狐
(版本间的差异)
跳转到: 导航, 搜索
第3行: 第3行:
 
http://tomcat.apache.org/
 
http://tomcat.apache.org/
  
==User Guide==
+
==Tomcat 6.0.x==
 +
* Advanced IO
 +
* Additional Components
  
 +
==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==
 
==Administered Objects==

2007年1月10日 (三) 07:01的版本

Tomcat.gif

http://tomcat.apache.org/

目录

Tomcat 6.0.x

  • Advanced IO
  • Additional Components

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

相关项目

相关文档

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

变换
操作
导航
工具箱