I want to change the application server (tomcat 7 instead of 6) but I encounter some exceptions. Is there somewhere a list of configuration, files to download, … ?
At the moment I just -downloaded activiti 5.4 and started it with tomcat 6. Everything is working fine! -downloaded tomcat 7.0.12 and placed it in my activiti-5.4/apps repository -Updated the tomcat.version=7.0.12 in the file build.properties -added -Dfile.encoding=UTF-8 in catalina.bat -set URIEncoding="UTF-8" is on the HTTP-connector in ${catalina.home}/conf/server.xml