Getting lots of additional whitespace in the html output, looks like its because of the JSP tags =/
I saw this referenced somewhere:
<init-param>
<param-name>trimSpaces</param-name>
<param-value>true</param-value>
</init-param>
That should put it in web.xml
, I tried that but that didn't seem to work. Maybe I'm not putting it in the right node. Or maybe theres another way to do this.
Thanks
*I dont have the CATALINA_HOME var set anywhere.*