Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Toggling Aggregation

...

Note

Disabling caching is no longer configured in the portal.properties file

You may also find you need to disable Tomcat's caching by adding two parameters to the $catalina_home/conf/context.xml file:

<Context sessionCookiePath="/">
    <Parameter name="cachingAllowed" value="false" />
    <Parameter name="antiResourceLocking" value="false" />

Step 1: Pass Parameter in JAVA_OPTS

...

This can vary depending between operating systems and ways to install Tomcat.
 
Code Block
languagenone
    -Dorg.jasig.resourceserver.utils.aggr.aggregated_theme=false

...