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_win [2020/11/18 14:46]
urbanl Guide upgrade to support postgres 12 and java open-jdk 11 - #2503
tutorial:adm:czechidm_installation_win [2021/05/10 16:06]
urbanl [Create CzechIdM configuration] Changed DB appender in logback to support IdM 11
Line 27: Line 27:
   * Add ''C:\CzechIdM\etc;C:\CzechIdM\lib;C:\CzechIdM\lib<nowiki>\*</nowiki>;'' to the **beginning of the** ''CLASSPATH''. If you followed the [[tutorial:adm:server_preparation_win|]] guide, this should already be in place.   * Add ''C:\CzechIdM\etc;C:\CzechIdM\lib;C:\CzechIdM\lib<nowiki>\*</nowiki>;'' to the **beginning of the** ''CLASSPATH''. If you followed the [[tutorial:adm:server_preparation_win|]] guide, this should already be in place.
   * Add ''-Dspring.profiles.active=production'' to the ''Java options''.   * Add ''-Dspring.profiles.active=production'' to the ''Java options''.
 +  * Add ''-Djava.security.egd=file:/dev/urandom'' to the ''Java options''.
  
 ==== Create CzechIdM configuration folders ==== ==== Create CzechIdM configuration folders ====
Line 94: Line 95:
 org.quartz.jobStore.tablePrefix=qrtz_ org.quartz.jobStore.tablePrefix=qrtz_
 </file> </file>
-  * The **C:\CzechIdM\etc\logback-spring.xml** specifies logging configuration. This is the default logging configuration that you can use out of the box.<code xml logback-spring.xml>+  * The **C:\CzechIdM\etc\logback-spring.xml** specifies logging configuration. This is the default logging configuration that you can use out of the box. 
 + 
 +<code xml logback-spring.xml>
 <?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
 <!-- https://springframework.guru/using-logback-spring-boot/ --> <!-- https://springframework.guru/using-logback-spring-boot/ -->
Line 118: Line 121:
                 </appender>                 </appender>
    
-                <appender name="DB_ASYNC" class="ch.qos.logback.classic.AsyncAppender">+                <appender name="DB_ASYNC" class="eu.bcvsolutions.idm.core.exception.IdmDbAppender">
                 <appender-ref ref="DB" />                 <appender-ref ref="DB" />
                      <includeCallerData>true</includeCallerData>                      <includeCallerData>true</includeCallerData>
  • by fiserp