Tomcat 6 中的 war 文件部署中 temp 文件夹的作用
当我使用maven将spring web应用程序部署到tomcat 6时,会在webapps文件夹下创建一个war文件和该war文件的解压版本,同时在temp文件夹下也会生成一个名为0-app_name的解压版本的war文件tomcat.有人可以解释一下部署的war文件的生命周期吗?为什么使用 temp 文件夹,而 webapps 文件夹下存在相同的 war 和解压版本。
When i deploy spring web application to tomcat 6 with maven,a war file and an unpacked version of this war file is created under webapps folder,at the same time an unpacked version of war file named 0-app_name is also generated under temp folder of tomcat.Can someone explain the lifecycle of the deployed war file? Why the temp folder is used while the same war and unpacked version of it exists under webapps folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
antiResourceLocking
和antiJARLocking
使用它。 (Tomcat 文档,上下文容器)Tomcat常见问题解答:我想重新部署Web应用程序,如何防止资源被锁定?
antiResourceLocking
andantiJARLocking
use it. (Tomcat doc, The Context Container)Tomcat FAQ: I want to redeploy web applications, how do I prevent resources from getting locked?