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 [2021/03/08 10:31]
svandav
tutorial:adm:czechidm_installation_win [2021/05/10 19:31]
urbanl [JDBC driver installation] Change instalation path to tomcat 9.0
Line 22: Line 22:
 Use the pgAdmin or PSQL to test the database connection under the ''czechidm'' user. Use the pgAdmin or PSQL to test the database connection under the ''czechidm'' user.
 ==== JDBC driver installation ==== ==== JDBC driver installation ====
-Download the newest PostgreSQL JDBC driver( version 42.2.6 and newer) from the [[https://jdbc.postgresql.org/download.html|this URL]] and move it to the ''C:\Program Files\Apache Software Foundation\Tomcat 8.5\lib\'' directory.+Download the newest PostgreSQL JDBC driver( version 42.2.6 and newer) from the [[https://jdbc.postgresql.org/download.html|this URL]] and move it to the ''C:\Program Files\Apache Software Foundation\Tomcat 9.0\lib\'' directory.
 ==== Configure environment properties. Select application profile ==== ==== Configure environment properties. Select application profile ====
 Run the **Monitor Tomcat** application from the Start menu. Configure following settings: Run the **Monitor Tomcat** application from the Start menu. Configure following settings:
Line 95: 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 110: Line 112:
                 <springProperty name="spring.datasource.password" source="spring.datasource.password"/>                 <springProperty name="spring.datasource.password" source="spring.datasource.password"/>
    
-                <appender name="DB" class="eu.bcvsolutions.idm.core.exception.IdmDBAppender">+                <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>
  • by fiserp