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

将Spring Boot RESTful Web Service部署到Tomcat时,Web.xml仍然丢失

将 Spring Boot RESTful Web 服务部署到 Tomcat 时仍然缺少 Web.xml

在具有 1 个 web.xml 文件的单个 tomcat 实例中运行 spring mvc web 应用程序和 jaxws soap web 服务

Spring运行在tomcat上

Spring web.xml详解

搭建springmvc4 spring4 hibernate4整合框架tomcat用啥版本