Hello!
It would be interesting that you reflect the exact Tomcat version in the docs: We've installed 8.0.14 and 8.0.36 and both are incompatible with CMDBuild 2.4.1.
The first one has this problem:
<code>
15:39:51,456 ERROR [cmdbuild] error reading file '/var/lib/tomcat8/webapps/cmdbuild-2.4.1translations/en.json' content
java.io.FileNotFoundException: File '/var/lib/tomcat8/webapps/cmdbuild-2.4.1translations/en.json' does not exist.
</code>
because of this: https://bz.apache.org/bugzilla/show_bug.cgi?id=57556
The second one has this problem:
<code>
Invalid tld file: "/WEB-INF/tags/translations.tld", see JSP specification section 7.3.1 for more details
</code>
Here: http://www.cmdbuild.org/forum/tecniche/464584288?set_language=en&cl=en
I've found this answer:
<quote>
Tutte le nostre installazioni più recenti sono basate su Tomcat 8.0.33 e sappiamo per certo che un nostro cliente utilizza con successo Tomcat 8.0.35
</quote>
Saying 8.0 it's not enough. Please be more precise.
Thanks!