웹 & 프레임워크

스프링 WEB-INF 초기 설정

늘근이 2014. 5. 11. 13:35



  
  test
  
  
  
  contextConfigLocation
  classpath:configure.xml
  
  
  
  
  org.springframework.web.context.ContextLoaderListener
  
  
  
  
  myEncodingFilter
  org.springframework.web.filter.CharacterEncodingFilter
  
  encoding
  utf-8
  
  
  
  
 
 myEncodingFilter
 *.do
  
 
 
 
 dispatcher
 org.springframework.web.servlet.DispatcherServlet
 
 1
 
     
 
 
 
 
 
 
 dispatcher
 *.do
 
  
  
  
    index.html
    index.htm
    index.jsp
    default.html
    default.htm
    default.jsp