hi guys ,
i’m installino cdmbuild ready2use under windows server 2016 , i did:
- java jdk - installed
- tomcat - installed
- folder dcmbuild created under tomcat\conf folder
- postgresSql - installed ad setted
i run -jar ready2use.war , during installation the cmdbuild folder ,under tomcat,will be popolated, but when db will be created i’ve got an error : org.cmdbuild.dao.DaoException : Error while configuring the database
Under website https://www.cmdbuildready2use.org I’ve read :
Database configuration: it is recommended to create a configuration directory under <tomcat>/conf/<webapp_name>
(the name of config directory must match the name of webapp deployment). You
will find an example of db configuration inside <webapp>/WEB-INF/conf/database.conf_example
.
You must copy this to database.conf
(either in config dir <tomcat>/conf/<webapp_name>
or <webapp>/WEB-INF/conf/
) and edit it according to your database params.
I can’t find this sample file , maybe that i don’t have this configuration the database fail to create ??
someone can help me ???
thanks