我正在尝试将此指令应用于我的服务器,但我不知道在哪里添加它:
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
我正在使用树脂4.0.35 pro。
感谢。
答案 0 :(得分:0)
通常,jsp-property-group
是jsp-config
的孩子,jsp-config
是web-app
的孩子。将其放在web.xml
或resin-web.xml