1 Stop Start Restart service
1.1 Stop service
For stop the service launch these commands:
# service shibd stop
# service httpd stop
# service tomcat stop
1.2 Start service
For start the service launch these commands:
# service shibd start
# service httpd start
# service tomcat start
1.3 Restart service
For restart the service launch these commands:
# service shibd restart
# service httpd restart
# service tomcat stop
# service tomcat start
1.4 Logs
The log that can help you are:
- /var/log/shibboleth/shibd.log
- /opt/tomcat/logs/catalina.out
|