cancel
Showing results for 
Search instead for 
Did you mean: 

Connect Activiti with sql server database

aymen1
Champ in-the-making
Champ in-the-making
Hi,
I am new in activiti i would like to install activiti and connect it to sql database , i try to :
* instal Java 8
* install tomcat 9
* copy activiti-explorer.war and activiti-rest.war under Apache Software Foundation\Tomcat 9.0\webapps
* replace db.propoerties with the following config :
      db=mssql
      jdbc.driver=com.microsoft.sqlserver.jdbc.SQLServerDriver
      jdbc.url=jdbc:sqlserver://localhost;DatabaseName=myDb
      jdbc.username= myusername
      jdbc.password=mypassword

but always i received this message : "FAIL - Application at context path /activiti-explorer could not be started"  when try to access to : http://localhost:8080/activiti-explorer

any help please ?

Cordialy
Aymen TALBI
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
Do you see something in the logs of Tomcat?

Changing the settings in db.properties is all that should be done…