spring mvc3 + hibernate web.xml配置模板

阅读更多




	
	
	
	
	
	
		log4jConfigLocation
		/WEB-INF/config/log/log4j.properties
	
	
	
		
			org.springframework.web.util.Log4jConfigListener
		
	
	
	
	
	
	
	
	
		encodingFilter
		org.springframework.web.filter.CharacterEncodingFilter
		
			encoding
			UTF-8
		
		
			forceEncoding
			true
		
	
	
		encodingFilter
		/*
	
	
	
	
	
	
	
	
		hibernateFilter
		
			org.springframework.orm.hibernate3.support.OpenSessionInViewFilter
		
	
	
		hibernateFilter
		/*
	
	
	
	
	
	
	
	
		contextConfigLocation
		
			/WEB-INF/config/configIndex.xml
		
	
	
	
		org.springframework.web.context.ContextLoaderListener
	
	
	
	
	
	
	
	
		springServlet
		org.springframework.web.servlet.DispatcherServlet
		
			contextConfigLocation
			/WEB-INF/config/spring/spring-controller.xml
		
		1
	
	
		springServlet
		/
	

    
	
	
    
    	org.springframework.web.util.IntrospectorCleanupListener
    

	
	
	
	
		20
	



	
	
	
	
		java.lang.Throwable
		/WEB-INF/jsp/error/500.jsp
	
	
		500
		/WEB-INF/jsp/error/500.jsp
	
	
		404
		/WEB-INF/jsp/error/404.jsp
	
	
	
		java.lang.Exception
		/WEB-INF/jsp/error/500.jsp
	

 

你可能感兴趣的:(spring mvc3 + hibernate web.xml配置模板)