OutOfMemoryError: Java heap space

 使用 urlrewrite 提示内存溢出,发现是访问名重复,造成死循环

  

<rule>
<from>aaa</from>
<to>jsp/aaa/index.jsp</to>
</rule>

<rule>
<from>aaa</from>
<to>jsp/bbb/index.jsp</to>
</rule>

猜你喜欢

转载自www.cnblogs.com/Mr-xy/p/11399772.html