Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: optionally add JSTL

...

This should result in a BUILD SUCCESSFUL message and a Web Archive file in  /opt/shibboleth-idp/war/idp.war

Optionally (only needed to make the status.sh script work) add the Java Server Tag Library to the newly installed IDP that Tomcat is not re-distributing:

No Format
cd /opt/shibboleth-idp/edit-webapp/WEB-INF/lib/
curl -sSLO "https://build.shibboleth.net/nexus/service/local/repositories/thirdparty/content/javax/servlet/jstl/1.2/jstl-1.2.jar{,.asc}"
gpg --verify jstl-1.2.jar.asc && rm jstl-1.2.jar.asc
echo | /opt/shibboleth-idp/bin/build.sh

Adjust Tomcat configuration

...