Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

4) Open maven.properties in opensrp-server/build and change settings as below

  •  db.reporting=opensrp

 

5) Open opensrp-server/pom file and replace the executions between comments with following executions

...

 The final database settings would look like image below

 

3) Now open quartz.properties file in opensrp-web/src/main/resources and make changes as follows

  • org.quartz.jobStore.driverDelegateClass = org.quartz.impl.jdbcjobstore.StdJDBCDelegate
  • org.quartz.dataSource.motechDS.driver = com.mysql.jdbc.Driver
  • org.quartz.dataSource.motechDS.URL = jdbc:mysql://localhost:3306/motechquartz (change server url and port according to your DBMS settings)
  • org.quartz.dataSource.motechDS.user = root
  • org.quartz.dataSource.motechDS.password = mysqlpwd

Image Added

 

4) Open maven.properties in opensrp-server/build and change setting below (removing the opensrp value here i.e. setting db name to empty is mandatory otherwise project does not build successfully). NOTE: Donot remove setting.

 

 

  •  db.reporting=

45) Open opensrp-server/pom file and replace the executions between comments with following executions

...