Hi ,
I want to use my own db with this. how to do it?
I tried by changing it to sqlserver settings as described in userguide.
But of no use. It does not work.
The window flickers and disappears fast.
How to change it to my own database?
Any idea where i am going wrong?
I tried like
in activiti/setup - db=mssql
jdbc.driver=net.sourceforge.jtds.jdbc.Driver
jdbc.url=jdbc:jtds:sqlserver://localhost:1433/activiti
jdbc.username=activiti
jdbc.password=activiti
in activiti/build.properties - db=mssql
tx=standalone
but it does not work. Can you please help me to setup sql server db in my local machine?
Thanks,
kavi