01-06-2011 04:34 PM
01-06-2011 05:00 PM
01-07-2011 02:55 AM
01-07-2011 05:19 AM
01-07-2011 11:44 AM
01-07-2011 12:46 PM
01-07-2011 02:25 PM
01-07-2011 03:07 PM
I edit 2 files:
setup/build.properties and change the db parameter to your type of database {oracle | mysql | postgresql | h2}.
setup/build.${db}.properties and change the JDBC connection parameters to those of your database installation.
and type from prompt
ant cfg.create
this generate the 2 new files have to use activiti.cfg, activiti-cfg.jar
but still with the same error! any ideas?
01-08-2011 02:56 AM
01-10-2011 05:24 AM
when you make cfg.create, you obtain a new cfg-activiti.jar but it's located under setup/build and not replace activiti-cfg inside tomcat.
In my case, I modify build xml and cfg.create, copy the new file to two location more:
- inside activiti-rest lib folder (tomcat)
- inside kickstar lib folder (tomcat)
Answering your questions:
1) Not correct, cfg.create is for create a new jar (for changind database properties, or others for sample mail server, history, job executor…) but not replace anything into the tomcat…
2) you need replace this jar, because is older, and you need copy your last version with correct properties.
3) using cfg.create that generates a jar into setup/build..
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.