使用 urlrewrite 提示内存溢出,发现是访问名重复,造成死循环
<rule> <from>aaa</from> <to>jsp/aaa/index.jsp</to> </rule>
<rule> <from>aaa</from> <to>jsp/bbb/index.jsp</to> </rule>