Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: get JARs to skip from war file

...

To generate a list of jars to skip for a given install, a command such as this , run from idp.home, will generate output you can paste:

ls webapp/unzip -l /opt/shibboleth-idp/war/idp.war | grep WEB-INF/lib/. | sed 's/^.*WEB-INF\/lib\///' | awk '{print $1",\\"}'

The list of comma-separated jarfiles is added into the file CATALINA_BASE/conf/catalina.properties to the property value named tomcat.util.scan.StandardJarScanFilter.jarsToSkip

...