대략적 번역

  • 서블릿 상세 명세서에 기반하여 아래 관계만 유효함.
  • /로 시작 /* 로 끝나는 경우 : 경로 맵핑
  • *. 로 시작하는 경우 : 확장자 맵핑
  • / 로 정의 : 서블릿의 기본 어플리케이션
  • 기타 문자열 : 확실하게 일치하는 것만 동작함.


In the Web application deployment descriptor, the following syntax is used to define mappings:


  • A string beginning with a ‘/’ character and ending with a ‘/*’ suffix is used for path mapping.
  • A string beginning with a ‘*.’ prefix is used as an extension mapping.
  • A string containing only the ’/’ character indicates the "default" servlet of the application. In this case the servlet path is the request URI minus the context path and the path info is null.
  • All other strings are used for exact matches only.



'기타 > Old' 카테고리의 다른 글

Sitemesh VS Tiles in Spring  (0) 2013.10.29
[ML] NEX-5T  (0) 2013.10.11
[Nico] minimam  (0) 2013.05.30
[Ubuntu] Ubuntu 13.04 설치 및 간단 서버 구성  (0) 2013.05.06
[JAVA] JavaScript D-DAY 구현  (0) 2013.04.05

+ Recent posts