Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Next »

Download

          1. We must downloads Tomcat ,but we need adequate archive, Tomcat 7 is  available in this page:

            http://tomcat.apache.org/download-70.cgi

          2. We need  downloads  current version PostrgreSQL JDBC Driver, which we find in this page:

             http://jdbc.postgresql.org/download.html

Configuration Tomcat

We have to do 5 steps :

          1. When we downloads, we must extract Tomcat

          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) to Tomcats 7 setenv.sh (or bat).

          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.

Start  Tomcat

          1. We must open terminal in Unix  and we go to folder bin in Tomcat, and next write  ./startup.sh or we open Windows Command line in Windows and we  go to folder bin in Tomcat and we     write startup.

        2. Next we need open internet browser and open :

               http://localhost:8080/

          3. When we see image with cat and message: "If you're seeing this, you've successfully installed Tomcat. Congratulations!" , You just installed the Tomcat

Start  mes-application

          1.We must open internet browser and open :

                http://localhost:8080/mes-application-0.4.0/

  • No labels