Changes between Version 55 and Version 56 of idpiam2018
- Timestamp:
- Sep 27, 2018, 8:57:58 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
idpiam2018
v55 v56 13 13 14 14 15 2. Modify `/etc/hosts` :15 2. Modify `/etc/hosts` and add: 16 16 {{{ 17 17 vim /etc/hosts … … 21 21 }}} 22 22 23 (Replace `idp.instXY.ac.lk` with your IdP FQDN) 23 (Replace `idp.instXY.ac.lk` with your IdP FQDN) Remember not to remove the entry for `localhost`. 24 24 25 25 3. Define the costants `JAVA_HOME` and `IDP_SRC` inside `/etc/environment`: … … 444 444 (you should see the IdP metadata) 445 445 446 If you see errors please consult log files of Tomcat8, Shibboleth or Apache. Locations are given at the end of this document 447 446 448 == Speed up Tomcat 8 startup == 447 449 … … 1129 1131 * '''Warn Log:''' `tail idp-warn.log` 1130 1132 * '''Process Log:''' `tail idp-process.log` 1133 1134 3. Apache Logs: 1135 {{{ 1136 cd /var/log/apache2/ 1137 }}} 1138 1139 * '''Error Log:''' `tail error.log` 1140 * '''Access Log:''' `tail access.log`