2011. 2. 15. 13:18

tomcat start invalid <url_pattern> in web.xml

Web-logic 을 서버로 사용하던 프로젝트를 tomcat server로 변경하자
invlaid <url-pattern> error가 발생하였다.


url-pattern must be on of ther following:
-start with a '/' and end with a '/*', use this one for path patterns
-start with a '*.' and with a character, use this for extension mapping
-some sequence of characters starting with '/' and not ending in '*', use this for exact matches.


'common > tip' 카테고리의 다른 글

Star UML  (0) 2011.02.18
java mail, mail.jar,activation.jar  (0) 2011.02.17
jstl/core, jstl/fmt tld를 찾지 못학 영우  (0) 2010.09.16