Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
tutorial:adm:czechidm_installation [2020/08/26 15:24]
apeterova czech collation is default
tutorial:adm:czechidm_installation [2021/03/08 10:33]
svandav
Line 123: Line 123:
         <springProperty name="spring.datasource.password" source="spring.datasource.password"/>         <springProperty name="spring.datasource.password" source="spring.datasource.password"/>
  
-        <appender name="DB" class="ch.qos.logback.classic.db.DBAppender">+        <appender name="DB" class="eu.bcvsolutions.idm.core.exception.IdmDBAppender">
             <connectionSource class="ch.qos.logback.core.db.DriverManagerConnectionSource">             <connectionSource class="ch.qos.logback.core.db.DriverManagerConnectionSource">
                 <driverClass>${spring.datasource.driver-class-name}</driverClass>                 <driverClass>${spring.datasource.driver-class-name}</driverClass>
Line 332: Line 332:
 <code> <code>
 cp idm-app-10.4.1.war /opt/tomcat/current/webapps/idm.war cp idm-app-10.4.1.war /opt/tomcat/current/webapps/idm.war
 +</code>
 +Check that the idm.war file is owned by Tomcat:
 +<code>
 +ls -l /opt/tomcat/current/webapps
 +</code>
 +If not, change its owner:
 +<code>
 +chown tomcat:tomcat /opt/tomcat/current/webapps/idm.war
 </code> </code>
 Start the Tomcat container:<code> Start the Tomcat container:<code>
  • by kralikf