Oracle Weblogic Server (MOSC)

MOSC Banner

compress-html-template is not working in WebLogic

Hi,

We have trimDirectiveWhiteSpaces all our JSP pages and this is reducing the content size. But, this is not helping much since it only removed empty lines.

<%@ tag language="java" trimDirectiveWhitespaces="true" %> 

Our JSP page content is so large and it attributes to performance issues. So, we need trim all the whitespaces (more like minify on JS/CSS) and we tried using "compress-html-template" in weblogic.xml. As per documentation, this should remove the spaces and new lines between HTML tags and thus it should make the content to be single line. But, this is not working for us and I'm wondering if this a bug. Does this work for anyone?

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center