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-group
is a child ofjsp-config
, andjsp-config
a child ofweb-app
. Put it in yourweb.xml
orresin-web.xml