How to install activiti with mysql
Introduction In this tutorial we are going to explain how to install activiti, activiti-explorer and activiti-rest applications to your server connect activiti to your mysql database server skip creation of demo data Download and install Download Activiti here :). Installing Tomcat Windows: download tomcat from here Linux: type this command or download apache-tomcat package: sudo apt-get install tomcat7 In the downloaded zip you can find activiti-rest.war and activiti-explorer.war files, copy them into tomcat/webapps Start the Tomcat Find activiti on next addresses: http://yanado.com:8080/activiti-explorer Activiti REST can be found here http://yanado.com:8080/activiti-rest/services Login using username and password kermit/kermit MySQL Server Activiti by default uses in memory database H2 ,that menas that each time you restart your tomcat server you are going to lose all of your tasks, users and so on. In case you do not have My...