首页 > 编程语言 > 详细

web.xml是tomcat和spring间的桥梁,是tomcat构建spring运行环境的说明书

时间:2019-12-31 17:54:17      阅读:95      评论:0      收藏:0      [点我收藏+]

web.xml是tomcat和spring间的桥梁,是tomcat构建spring运行环境的说明书

 

It is a web application deployment descriptor file, contains detail description about web application like configuration of Servlet, Session management, Startup parameters, Welcome file..etc.

We can not change the directory or extension name of this web.xml because it is standard name to recognized by container at run-time.

web.xml is present inside the Web-INF folder.

技术分享图片

 

https://www.sitesbay.com/servlet/servlet-web-xml

web.xml是tomcat和spring间的桥梁,是tomcat构建spring运行环境的说明书

原文:https://www.cnblogs.com/feng9exe/p/12125690.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!