我正在尝试将此指令应用于我的服务器,但我不确定要将其添加到何处:
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>我使用的是树脂4.0.35 pro。
谢谢。
发布于 2014-12-04 08:18:49
通常,jsp-property-group是jsp-config的子节点,jsp-config是web-app的子节点。将其放入您的web.xml或resin-web.xml中
https://stackoverflow.com/questions/27282427
复制相似问题