Versions Compared

Key

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

...

Code Block
languagebash
themeRDark
titleDeploying a new WAR file
sudo -u shrine bash

./bin/shutdown.sh

rm -fr ./webapps/shrine api*

cp <Shrine war file> ./webapps

./bin/startup.sh

Shibboleth

Restart (Re)start when shibboleth2.xml or other Shibboleth configuration files are modified.

Code Block
languagebash
themeRDark
titleRestart (Re)start Shibboleth
sudo -u root bash

service shibd (re)start

service httpd (re)start

...