tomcat-context.xml配置问题

上传人:油条 文档编号:20337718 上传时间:2017-11-21 格式:DOC 页数:3 大小:25KB
返回 下载 相关 举报
tomcat-context.xml配置问题_第1页
第1页 / 共3页
tomcat-context.xml配置问题_第2页
第2页 / 共3页
tomcat-context.xml配置问题_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
资源描述

《tomcat-context.xml配置问题》由会员分享,可在线阅读,更多相关《tomcat-context.xml配置问题(3页珍藏版)》请在金锄头文库上搜索。

1、我们先来看看这个 antiResourceLocking 到底是干什么的! If true, Tomcat will prevent any file locking. This will significantly impact startup time of applications, but allows full webapp hot deploy and undeploy on platforms or configurations where file locking can occur. If not specified, the default value is false.

2、Please note that setting this to true has some side effects, including the disabling of JSP reloading in a running server: see Bugzilla 37668. Please note that setting this flag to true in applications that are outside the appBase for the Host (the webapps directory by default) will cause the applic

3、ation to be deleted on Tomcat shutdown. You probably dont want to do this, so think twice before setting antiResourceLocking=true on a webapp thats outside the appBase for its Host.如果这个参数为 true,那么将组织任何文件锁。这将明显的影响应用的启动时间,但允许 webapps,可能发生锁的平台和配置下,支持完整的热部署和热卸载。如果不配置,默认值是 false; 如果设置为 true,有一些副作用,包括屏蔽了

4、JSP 文件在运行服务器上的重新加载。 如果设置为 true,且部署在 Host 的 AppBase 目录外面(默认是webapps) ,在 Tomcat 关闭的时候将导致应用被删除。 最主要的就翻译到这里了。实际上,如果为 false,因为存在锁,在你重新发布的时候,可能出现部分代码无法更新。因为原始文件可能因为被锁住了,不能删除。 当然,如果为 false,那么部署的目录就是和包名相同了。如果是false,则会每次都放到一个临时目录下面,一个 temp 目录。这也是这个配置引发的一个副作用。 另外的一个类似的配置 antiJARLocking 是防止 jar 类库被锁定而无法删除这个作用的

5、。在最近开发过程中出现过这样的情况,当我在 myeclipse 发布项目的时候,在 tomcat 的 temp 文件夹中会出现项目的副本,这样的话会产生一些问题如: 当我们在网站中上传东西的时候,由于我们的文件是放在upload 文件夹中,当我们再次发布网站项目的时候,tomcat 中会产生一个新的项目副本,所以我们之前上传的文件,就不能读取了,例如,我们上传了图片,然后 deloy 以后,图片就不能显示了。 解决办法: 1、首先确保你的 tomcat 文件夹下的 confCatalinalocalhost路径中的两个文件 host-manager.xml 和 manager.xml 存在 antiResourceLocking 和 antiJARLocking 的值为 false ,至于这两个值的含义,可以 google 下,这里不解析 2、如果这样还不行的话,可以回到项目下的路径WebRootMETA-INF ,看是否有 context.xml 这个文件,如果没有可以自己创建,添加以下语句,如果有的话,请把里面的值设为false:

展开阅读全文
相关资源
正为您匹配相似的精品文档
相关搜索

最新文档


当前位置:首页 > 行业资料 > 其它行业文档

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号