Versions Compared

Key

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

...

Restart when server.xml, shrine.conf or override.conf are modified

Starting Tomcat:

sudo -u shrine bash

cd /opt/shrine/tomcat

./bin/startup.sh

To deploy 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 when shibboleth2.xml or other Shibboleth configuration files are modified.

sudo -u root bash

service shibd (re)start

Apache

Restart after restarting Shibboleth; or when there is a change in Apache configuration.

sudo -u root bash

service https (re)start