I am trying to apply this directive to my server but I'm not sure where to add it:
<jsp-property-group>
<url-pattern>*.jsp</url-pattern>
<trim-directive-whitespaces>true</trim-directive-whitespaces>
</jsp-property-group>
I am using resin 4.0.35 pro.
Thanks.
Generally the
jsp-property-groupis a child ofjsp-config, andjsp-configa child ofweb-app. Put it in yourweb.xmlorresin-web.xml