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