Java知识分享网 - 轻松学习从此开始!    

Java知识分享网

        
AI编程,程序员挑战年入30~100万高级指南 - 职业规划
SpringBoot+SpringSecurity+Vue权限系统高级实战课程        

IDEA永久激活

Java微信小程序电商实战课程(SpringBoot+VUe)

     

AI人工智能学习大礼包

     

PyCharm永久激活

66套java实战课程无套路领取

     

Cursor+Claude AI编程 1天快速上手视频教程

     
当前位置: 主页 > Java文档 > Java基础相关 >

Apache Tomcat 6.0 Configuration Reference PDF 下载


时间:2024-06-19 08:23来源:http://www.java1234.com 作者:转载  侵权举报
Apache Tomcat 6.0 Configuration Reference
失效链接处理
Apache Tomcat 6.0 Configuration Reference PDF 下载
 
 
 
相关截图:
 

主要内容:

You can nest at most one instance of the following utility components by nesting acorresponding element inside your Context element:

.Loader - Configure the web application class loader that will be used to load servletand bean classes for this web application. Normally, the default configuration of theclass loader will be sufficient.

Manager - Configure the session manager that will be used to create, destroy, andpersist HTTP sessions for this web application. Normally, the default configuration ofthe session manager will be sufficient.

Realm - Configure a realm that will allow its database of users, and their associatedroles, to be utilized solely for this particular web application. If not specified, this webapplication will utilize the Realm associated with the owning Host or Engine.

Resources - Configure the resource manager that will be used to access the staticresources associated with this web application. Normally, the default configuration ofthe resource manager will be sufficient.

 WatchedResource - The auto deployer will monitor the specified static resource ofthe web application for updates, and will reload the web application if is is updated.The content of this element must be a string.

 


 

 
------分隔线----------------------------


锋哥推荐