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

Posted zzfx

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了web.xml是tomcat和spring间的桥梁,是tomcat构建spring运行环境的说明书相关的知识,希望对你有一定的参考价值。

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运行环境的说明书的主要内容,如果未能解决你的问题,请参考以下文章