2012-09-20 1 views

답변

0

나는 보인다.

+0

감사합니다! 실제로 http://urlrewritefilter.googlecode.com/svn/trunk/src/doc/manual/4.0/index.html#mod_rewrite_conf (맨 끝으로 스크롤)에서 답변을 찾았습니다. RewriteMap \t 지원되지 않음 – curious

+0

당신 자신의 답변을 게시해야합니다. http://blog.stackoverflow.com/2011/07/its-ok-to-ask-and-answer-your-own-questions/ – pd40

1

urlrewrite.xml 경로 Configuration File WEB-INF/urlrewrite.xml 필터 구성으로 변형 될 수있다 참조.

IT는 confPath PARAM 값을 변경함으로써 WEB-INF/web.xml을 파일에 수행 할 수 있습니다 : 여기

<filter> 
    <filter-name>UrlRewriteFilter</filter-name> 
    <filter-class>org.tuckey.web.filters.urlrewrite.UrlRewriteFilter</filter-class> 
    <!-- if you need to the conf file path can be changed 
     it is specified as a path relative to the root of your context 
     (default /WEB-INF/urlrewrite.xml) --> 
    <init-param> 
     <param-name>confPath</param-name> 
     <param-value>/WEB-INF/urlrewrite.xml</param-value> 
    </init-param> 
</filter> 

문서 : 답장을 보내 http://urlrewritefilter.googlecode.com/svn/trunk/src/doc/manual/4.0/index.html#filterparams