...
1. When we downloads, we must extract Tomcat 7
2. Next point is copy the qcadoo directory with properties files from the binary distribution to Tomcats 7 distribution
3. We have to copy PostrgreeSQL JDBC Driver to lib folder in Tomcat, which we find in main folder Tomcat 7
4. Copy some QCADOO* environmental variables from qcadoo's bin/setenv.sh (or bat) from qcadoo's binary distribution to Tomcats 7 setenv.sh (or bat).bin.
5. Copy mes-application*.war and mes-aplication* folder (you can find it in qcadoo-src/mes/mes-application/target in a the build sources) to folder webapps in Tomcat.
...