[12:39:48 CDT(-0500)] <peterjhart> I am looking into how to permanently turn off content aggregation in uP4 for development
[12:40:17 CDT(-0500)] <peterjhart> The instructions on this page are out of date: https://wiki.jasig.org/display/UPM40/UE+Development+Tips
[12:40:36 CDT(-0500)] <EricDalquist> -Dorg.jasig.resourceserver.utils.aggr.aggregated_theme=false
[12:40:37 CDT(-0500)] <peterjhart> because the parameters in portal.properties were removed by UP-2808
[12:40:50 CDT(-0500)] <EricDalquist> that needs to be set as a system property
[12:40:56 CDT(-0500)] <peterjhart> where do I pass that
[12:40:57 CDT(-0500)] <EricDalquist> in whatever manner you start tomcat
[12:41:03 CDT(-0500)] <peterjhart> ok
[12:41:06 CDT(-0500)] <EricDalquist> so how do you start/stop tomcat?
[12:41:23 CDT(-0500)] <peterjhart> /etc/init.d/tomcat
[12:41:38 CDT(-0500)] <EricDalquist> so there should be a way to set CATALINA_OPTS
[12:41:46 CDT(-0500)] <EricDalquist> you would add to that env variable