Spring MVC Web.xml配置

2021-04-06 16:28

阅读:402

标签:验证   ping   logical   logcat   frame   manager   mvc   XML   load   

Web.xml

spring&spring mvc

在web.xml中定义contextConfigLocation参数,Spring会使用这个参数去加载所有逗号分隔的xml文件,如果没有这个参数,Spring默认加载web-inf/applicationContext.xml文件。

    
    
    contextConfigLocation/WEB-INF/springConfig.xmlspringmvcservletorg.springframework.web.servlet.DispatcherServletcontextConfigLocation/WEB-INF/springmvc.xmlappNameauthplatform1springmvcservlet/charsetfilter
            org.springframework.web.filter.CharacterEncodingFilter
        encodingUTF-8forceEncodingtruecharsetfilter/*
            org.springframework.web.context.ContextLoaderListener
        org.springframework.web.util.IntrospectorCleanupListener
 

proxool连接池

 
    
    proxoolServletConfigurator
            org.logicalcobwebs.proxool.configuration.ServletConfigurator
        xmlFileWEB-INF/classes/jdbcproxool.xml2
 

webAppRootKey

webAppRootKeywebapp.root

"webapp.root"这个字符串可以随便写任何字符串。如果不配置默认值是"webapp.root"。
可以用System.getProperty("webapp.root")来动态获项目的运行路径。一般返回结果例如:/usr/local/tomcat6/webapps/项目名。

log4j

 
    
    log4jConfigLocationclasspath:log4j.properties
org.springframework.web.util.Log4jConfigListener
 

资源文件

spring里面有替代标签resource

 
    default*.jpgdefault*.htmdefault*.htmldefault*.jpegdefault*.pngdefault*.icodefault*.gifdefault*.jsdefault*.jsondefault*.cssdefault*.bmpdefault*.swfdefault*.xmldefault*.docxdefault*.docdefault*.xlsdefault*.xlsxdefault*.rardefault*.zip
 

SpringMVC.xml

springmvc的配置文件

 
errorpages/500errorpages/500errorpages/upLoadFileError404400
 

异常友好展示

参数处理

SpingConfig.xml

spring的配置文件

 
 

 

Spring MVC Web.xml配置

标签:验证   ping   logical   logcat   frame   manager   mvc   XML   load   

原文地址:https://www.cnblogs.com/liuys635/p/13396547.html


评论


亲,登录后才可以留言!